Freigeben über


DisasterRecoveryConfigsOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert einen neuen Alias (Notfallwiederherstellungskonfiguration)

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Fluent.Models.ArmDisasterRecoveryInner> CreateOrUpdateAsync (this Microsoft.Azure.Management.EventHub.Fluent.IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias, Microsoft.Azure.Management.EventHub.Fluent.Models.ArmDisasterRecoveryInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.EventHub.Fluent.IDisasterRecoveryConfigsOperations * string * string * string * Microsoft.Azure.Management.EventHub.Fluent.Models.ArmDisasterRecoveryInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Fluent.Models.ArmDisasterRecoveryInner>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IDisasterRecoveryConfigsOperations, resourceGroupName As String, namespaceName As String, alias As String, parameters As ArmDisasterRecoveryInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmDisasterRecoveryInner)

Parameter

operations
IDisasterRecoveryConfigsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

namespaceName
String

Der Namespacename

alias
String

Der Name der Notfallwiederherstellungskonfiguration

parameters
ArmDisasterRecoveryInner

Zum Erstellen eines Alias erforderliche Parameter (Notfallwiederherstellungskonfiguration)

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: