GetPoolableDisksRequest.GetPoolableDisks Method ()
Retrieves a list of disks that can be added to a storage pool.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public IEnumerable<Disk> GetPoolableDisks()
public:
IEnumerable<Disk^>^ GetPoolableDisks()
Public Function GetPoolableDisks As IEnumerable(Of Disk)
Return Value
Type: System.Collections.Generic.IEnumerable<Disk>
An instance of the IEnumerable<T> class that contains the list of disks that can be added to storage pools.
See Also
GetPoolableDisksRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top