Click or drag to resize

SolidFireElement.ModifyBackupTargetAsync Method (CancellationToken, Int64, String, Hashtable)

ModifyBackupTarget enables you to change attributes of a backup target.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ModifyBackupTargetResult> ModifyBackupTargetAsync(
	CancellationToken cancellationToken,
	long BackupTargetID,
	string Name = null,
	Hashtable Attributes = null
)

Parameters

cancellationToken
Type: System.Threading.CancellationToken
BackupTargetID
Type: System.Int64
Name (Optional)
Type: System.String
Attributes (Optional)
Type: System.Collections.Hashtable

Return Value

Type: Task<ModifyBackupTargetResult>

Implements

ISolidFireElement.ModifyBackupTargetAsync(CancellationToken, Int64, String, Hashtable)
See Also