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.
Retrieves the number of drives in the pool.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public IList<Drive> GetDrivesInPool()
public:
IList<Drive^>^ GetDrivesInPool()
Public Function GetDrivesInPool As IList(Of Drive)
Return Value
Type: System.Collections.Generic.IList<Drive>
The number of drives in the pool.
See Also
SpacesPool Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top