Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a request object that is used to create a new storage space.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public CreateStorageSpaceRequest GetCreateStorageSpaceRequest(
IList<Disk> disks
)
public:
CreateStorageSpaceRequest^ GetCreateStorageSpaceRequest(
IList<Disk^>^ disks
)
Public Function GetCreateStorageSpaceRequest (
disks As IList(Of Disk)
) As CreateStorageSpaceRequest
Parameters
disks
Type: System.Collections.Generic.IList<Disk>The Disk object that contains the storage space.
Return Value
Type: Microsoft.WindowsServerSolutions.Storage.CreateStorageSpaceRequest
An instance of CreateStorageSpaceRequest.
See Also
StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top