ManagedCcfResource.BackupAsync Method

Definition

Backs up a Managed CCF Resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}/backup
  • Operation Id: ManagedCCF_Backup
  • Default Api Version: 2023-06-28-preview
  • Resource: ManagedCcfResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ConfidentialLedger.Models.ManagedCcfBackupResult>> BackupAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.ConfidentialLedger.Models.ManagedCcfBackupContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member BackupAsync : Azure.WaitUntil * Azure.ResourceManager.ConfidentialLedger.Models.ManagedCcfBackupContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ConfidentialLedger.Models.ManagedCcfBackupResult>>
override this.BackupAsync : Azure.WaitUntil * Azure.ResourceManager.ConfidentialLedger.Models.ManagedCcfBackupContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ConfidentialLedger.Models.ManagedCcfBackupResult>>
Public Overridable Function BackupAsync (waitUntil As WaitUntil, content As ManagedCcfBackupContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ManagedCcfBackupResult))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

content
ManagedCcfBackupContent

Managed CCF Backup Request Body.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to