Share via


StorageManager.GetCreateStorageSpaceRequest Method (IList<Disk>)

 

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

Return Value

Type: Microsoft.WindowsServerSolutions.Storage.CreateStorageSpaceRequest

An instance of CreateStorageSpaceRequest.

See Also

StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top