Click or drag to resize

SolidFireElementModifyBackupTargetAsync 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.ThreadingCancellationToken
BackupTargetID
Type: SystemInt64
Name (Optional)
Type: SystemString
Attributes (Optional)
Type: System.CollectionsHashtable

Return Value

Type: TaskModifyBackupTargetResult

Implements

ISolidFireElementModifyBackupTargetAsync(CancellationToken, Int64, String, Hashtable)
See Also