Compartilhar via


ProtectionIntentOperationsExtensions.CreateOrUpdateAsync Método

Definição

Criar intenção para habilitar o backup de um item. Essa é uma operação síncrona.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentResource> CreateOrUpdateAsync (this Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionIntentOperations operations, string vaultName, string resourceGroupName, string fabricName, string intentObjectName, Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentResource parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionIntentOperations * string * string * string * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentResource>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IProtectionIntentOperations, vaultName As String, resourceGroupName As String, fabricName As String, intentObjectName As String, parameters As ProtectionIntentResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ProtectionIntentResource)

Parâmetros

operations
IProtectionIntentOperations

O grupo de operações para esse método de extensão.

vaultName
String

O nome do cofre dos serviços de recuperação.

resourceGroupName
String

O nome do grupo de recursos em que o cofre dos serviços de recuperação está presente.

fabricName
String

Nome da malha associado ao item de backup.

intentObjectName
String

Nome do objeto de intenção.

parameters
ProtectionIntentResource

item de backup do recurso

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a