Click or drag to resize

SolidFireElementListStorageContainers Method (Guid)

ListStorageContainers enables you to retrieve information about all virtual volume storage containers known to the system.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ListStorageContainersResult ListStorageContainers(
	Guid[] StorageContainerIDs = null
)

Parameters

StorageContainerIDs (Optional)
Type: SystemGuid

Return Value

Type: ListStorageContainersResult

Implements

ISolidFireElementListStorageContainers(Guid)
See Also