Click or drag to resize

SolidFireElementCreateBackupTargetAsync Method (CancellationToken, String, Hashtable)

CreateBackupTarget enables you to create and store backup target information so that you do not need to re-enter it each time a backup is created.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<CreateBackupTargetResult> CreateBackupTargetAsync(
	CancellationToken cancellationToken,
	string Name,
	Hashtable Attributes
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Name
Type: SystemString
Attributes
Type: System.CollectionsHashtable

Return Value

Type: TaskCreateBackupTargetResult

Implements

ISolidFireElementCreateBackupTargetAsync(CancellationToken, String, Hashtable)
See Also