ProtectionPoliciesOperationsExtensions.CreateOrUpdateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt oder ändert eine Sicherungsrichtlinie. Das ist ein asynchroner Vorgang. Der Status des Vorgangs kann mithilfe der GetPolicyOperationResult-API abgerufen werden.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionPolicyResource> CreateOrUpdateAsync (this Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionPoliciesOperations operations, string vaultName, string resourceGroupName, string policyName, Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionPolicyResource parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionPoliciesOperations * string * string * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionPolicyResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionPolicyResource>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IProtectionPoliciesOperations, vaultName As String, resourceGroupName As String, policyName As String, parameters As ProtectionPolicyResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ProtectionPolicyResource)
Parameter
- operations
- IProtectionPoliciesOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- vaultName
- String
Der Name des Recovery Services-Tresors.
- resourceGroupName
- String
Der Name der Ressourcengruppe, in der sich der Recovery Services-Tresor befindet.
- policyName
- String
Zu erstellende Sicherungsrichtlinie.
- parameters
- ProtectionPolicyResource
Ressourcensicherungsrichtlinie
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET