CSMProtectionPolicyOperationsExtensions.UpdateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mise à jour de la stratégie de protection.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.OperationResponse> UpdateAsync (this Microsoft.Azure.Management.BackupServices.ICSMProtectionPolicyOperations operations, string resourceGroupName, string resourceName, string policyName, Microsoft.Azure.Management.BackupServices.Models.CSMUpdateProtectionPolicyRequest cSMUpdateProtectionPolicyRequest, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders);
static member UpdateAsync : Microsoft.Azure.Management.BackupServices.ICSMProtectionPolicyOperations * string * string * string * Microsoft.Azure.Management.BackupServices.Models.CSMUpdateProtectionPolicyRequest * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.OperationResponse>
<Extension()>
Public Function UpdateAsync (operations As ICSMProtectionPolicyOperations, resourceGroupName As String, resourceName As String, policyName As String, cSMUpdateProtectionPolicyRequest As CSMUpdateProtectionPolicyRequest, customRequestHeaders As CustomRequestHeaders) As Task(Of OperationResponse)
Paramètres
- operations
- ICSMProtectionPolicyOperations
Référence à Microsoft.Azure.Management.BackupServices.ICSMProtectionPolicyOperations.
- resourceGroupName
- String
Obligatoire.
- resourceName
- String
Obligatoire.
- policyName
- String
Obligatoire. Nom de la stratégie de protection à mettre à jour.
- cSMUpdateProtectionPolicyRequest
- CSMUpdateProtectionPolicyRequest
Obligatoire. Demande de création de stratégie de protection.
- customRequestHeaders
- CustomRequestHeaders
facultatif. Paramètres d’en-tête de requête.
Retours
Définition d’une réponse d’opération.
S’applique à
Azure SDK for .NET