次の方法で共有


DisasterRecoveryConfigsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

新しいエイリアス (ディザスター リカバリー構成) を作成または更新します

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)

パラメーター

operations
IDisasterRecoveryConfigsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

namespaceName
String

名前空間名

alias
String

ディザスター リカバリー構成名

parameters
ArmDisasterRecoveryInner

エイリアスの作成に必要なパラメーター (ディザスター リカバリー構成)

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象