Delen via


CSMProtectionPolicyOperationsExtensions.UpdateAsync Methode

Definitie

Beveiligingsbeleid bijwerken.

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)

Parameters

operations
ICSMProtectionPolicyOperations

Verwijzing naar de Microsoft.Azure.Management.BackupServices.ICSMProtectionPolicyOperations.

resourceGroupName
String

Vereist.

resourceName
String

Vereist.

policyName
String

Vereist. De naam van het beveiligingsbeleid dat moet worden bijgewerkt.

cSMUpdateProtectionPolicyRequest
CSMUpdateProtectionPolicyRequest

Vereist. De aanvraag voor het maken van beveiligingsbeleid.

customRequestHeaders
CustomRequestHeaders

Optioneel. Aanvraagheaderparameters.

Retouren

De definitie van een bewerkingsreactie.

Van toepassing op