CSMProtectionPolicyOperationsExtensions.Update Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Uppdatera skyddsprincip.
public static Microsoft.Azure.Management.BackupServices.OperationResponse Update(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 Update : Microsoft.Azure.Management.BackupServices.ICSMProtectionPolicyOperations * string * string * string * Microsoft.Azure.Management.BackupServices.Models.CSMUpdateProtectionPolicyRequest * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> Microsoft.Azure.Management.BackupServices.OperationResponse
<Extension()>
Public Function Update (operations As ICSMProtectionPolicyOperations, resourceGroupName As String, resourceName As String, policyName As String, cSMUpdateProtectionPolicyRequest As CSMUpdateProtectionPolicyRequest, customRequestHeaders As CustomRequestHeaders) As OperationResponse
Parametrar
- operations
- ICSMProtectionPolicyOperations
Referens till Microsoft.Azure.Management.BackupServices.ICSMProtectionPolicyOperations.
- resourceGroupName
- String
Krävs.
- resourceName
- String
Krävs.
- policyName
- String
Krävs. Skyddsprincipen Namn som ska uppdateras.
- cSMUpdateProtectionPolicyRequest
- CSMUpdateProtectionPolicyRequest
Krävs. Begäran om att skapa skyddsprincip.
- customRequestHeaders
- CustomRequestHeaders
Valfritt. Parametrar för begärandehuvud.
Returer
Definitionen av ett åtgärdssvar.
Gäller för
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET