Click or drag to resize

SolidFireElementModifyGroupSnapshotAsync Method (ModifyGroupSnapshotRequest, CancellationToken)

ModifyGroupSnapshot enables you to change the attributes of a group of snapshots. You can also use this method to enable snapshots created on the Read/Write (source) volume to be remotely replicated to a target SolidFire storage system.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ModifyGroupSnapshotResult> ModifyGroupSnapshotAsync(
	ModifyGroupSnapshotRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiModifyGroupSnapshotRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskModifyGroupSnapshotResult

Implements

ISolidFireElementModifyGroupSnapshotAsync(ModifyGroupSnapshotRequest, CancellationToken)
See Also