Click or drag to resize

SolidFireElementListVolumesForAccountAsync Method (CancellationToken, 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 Task<ListVolumesForAccountResult> ListVolumesForAccountAsync(
	CancellationToken cancellationToken,
	long AccountID,
	Nullable<long> StartVolumeID = null,
	Nullable<long> Limit = null,
	Nullable<bool> IncludeVirtualVolumes = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
AccountID
Type: SystemInt64
StartVolumeID (Optional)
Type: SystemNullableInt64
Limit (Optional)
Type: SystemNullableInt64
IncludeVirtualVolumes (Optional)
Type: SystemNullableBoolean

Return Value

Type: TaskListVolumesForAccountResult

Implements

ISolidFireElementListVolumesForAccountAsync(CancellationToken, Int64, NullableInt64, NullableInt64, NullableBoolean)
See Also