Click or drag to resize

SolidFireElementListVolumesForAccount Method (Int64, NullableInt64, NullableInt64, NullableBoolean)

ListVolumesForAccount returns the list of active and (pending) deleted volumes for an account.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ListVolumesForAccountResult ListVolumesForAccount(
	long AccountID,
	Nullable<long> StartVolumeID = null,
	Nullable<long> Limit = null,
	Nullable<bool> IncludeVirtualVolumes = null
)

Parameters

AccountID
Type: SystemInt64
StartVolumeID (Optional)
Type: SystemNullableInt64
Limit (Optional)
Type: SystemNullableInt64
IncludeVirtualVolumes (Optional)
Type: SystemNullableBoolean

Return Value

Type: ListVolumesForAccountResult

Implements

ISolidFireElementListVolumesForAccount(Int64, NullableInt64, NullableInt64, NullableBoolean)
See Also