ISolidFireElementModifyBackupTargetAsync 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 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:
TaskModifyBackupTargetResultSee Also