Click or drag to resize

SolidFireElementDeleteGroupSnapshot Method (Int64, Boolean)

DeleteGroupSnapshot enables you to delete a group snapshot. You can use the saveMembers parameter to preserve all the snapshots that were made for the volumes in the group, but the group association is removed.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public DeleteGroupSnapshotResult DeleteGroupSnapshot(
	long GroupSnapshotID,
	bool SaveMembers
)

Parameters

GroupSnapshotID
Type: SystemInt64
SaveMembers
Type: SystemBoolean

Return Value

Type: DeleteGroupSnapshotResult

Implements

ISolidFireElementDeleteGroupSnapshot(Int64, Boolean)
See Also