Partilhar via


CloudEndpointResource.PreBackupAsync Método

Definição

Pré-Fazer backup de um determinado CloudEndpoint.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/cloudEndpoints/{cloudEndpointName}/prebackup
  • Operação IdCloudEndpoints_PreBackup
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> PreBackupAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.StorageSync.Models.CloudEndpointBackupContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member PreBackupAsync : Azure.WaitUntil * Azure.ResourceManager.StorageSync.Models.CloudEndpointBackupContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.PreBackupAsync : Azure.WaitUntil * Azure.ResourceManager.StorageSync.Models.CloudEndpointBackupContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
Public Overridable Function PreBackupAsync (waitUntil As WaitUntil, content As CloudEndpointBackupContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)

Parâmetros

waitUntil
WaitUntil

Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.

content
CloudEndpointBackupContent

Corpo da solicitação de Backup.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

content é nulo.

Aplica-se a