SpacesPool.GetAddDisksToSpacesPoolRequest Method (IList<Disk>)
Gets a request to add the specified disks to the spaces pool.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public AddDisksToSpacesPoolRequest GetAddDisksToSpacesPoolRequest(
IList<Disk> disks
)
public:
AddDisksToSpacesPoolRequest^ GetAddDisksToSpacesPoolRequest(
IList<Disk^>^ disks
)
Public Function GetAddDisksToSpacesPoolRequest (
disks As IList(Of Disk)
) As AddDisksToSpacesPoolRequest
Parameters
disks
Type: System.Collections.Generic.IList<Disk>The list of disks to add.
Return Value
Type: Microsoft.WindowsServerSolutions.Storage.AddDisksToSpacesPoolRequest
The request.
See Also
SpacesPool Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top