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.
Called to return all disks which can be added into Storage pool, filtering out data disk, server backup disks and small disks.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[OperationContractAttribute(IsOneWay = true)]
void ReturnPoolableDisks(
IEnumerable<string> diskList,
int requestId
)
[OperationContractAttribute(IsOneWay = true)]
void ReturnPoolableDisks(
IEnumerable<String^>^ diskList,
int requestId
)
<OperationContractAttribute(IsOneWay := True)>
Sub ReturnPoolableDisks (
diskList As IEnumerable(Of String),
requestId As Integer
)
Parameters
diskList
Type: System.Collections.Generic.IEnumerable<String>The poolable disk list.
requestId
Type: System.Int32The client request ID.
See Also
IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top