Click or drag to resize

SolidFireElementModifyBackupTarget Method (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 ModifyBackupTargetResult ModifyBackupTarget(
	long BackupTargetID,
	string Name = null,
	Hashtable Attributes = null
)

Parameters

BackupTargetID
Type: SystemInt64
Name (Optional)
Type: SystemString
Attributes (Optional)
Type: System.CollectionsHashtable

Return Value

Type: ModifyBackupTargetResult

Implements

ISolidFireElementModifyBackupTarget(Int64, String, Hashtable)
See Also