ISolidFireElementDeleteStorageContainersAsync Method (CancellationToken, Guid) |
DeleteStorageContainers enables you to remove up to 2000 Virtual Volume (VVol) storage containers from the system at one time.
The storage containers you remove must not contain any VVols.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax Task<DeleteStorageContainerResult> DeleteStorageContainersAsync(
CancellationToken cancellationToken,
Guid[] StorageContainerIDs
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- StorageContainerIDs
- Type: SystemGuid
Return Value
Type:
TaskDeleteStorageContainerResultSee Also