Click or drag to resize

SolidFireElementListVolumeAccessGroups Method (NullableInt64, NullableInt64, Int64)

ListVolumeAccessGroups enables you to return information about the volume access groups that are currently in the system.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ListVolumeAccessGroupsResult ListVolumeAccessGroups(
	Nullable<long> StartVolumeAccessGroupID = null,
	Nullable<long> Limit = null,
	long[] VolumeAccessGroups = null
)

Parameters

StartVolumeAccessGroupID (Optional)
Type: SystemNullableInt64
Limit (Optional)
Type: SystemNullableInt64
VolumeAccessGroups (Optional)
Type: SystemInt64

Return Value

Type: ListVolumeAccessGroupsResult

Implements

ISolidFireElementListVolumeAccessGroups(NullableInt64, NullableInt64, Int64)
See Also