DisasterRecoveryConfigsOperationsExtensions.CreateOrUpdate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しいエイリアス (ディザスター リカバリー構成) を作成または更新します
public static Microsoft.Azure.Management.EventHub.Models.ArmDisasterRecovery CreateOrUpdate (this Microsoft.Azure.Management.EventHub.IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias, string partnerNamespace = default, string alternateName = default);
static member CreateOrUpdate : Microsoft.Azure.Management.EventHub.IDisasterRecoveryConfigsOperations * string * string * string * string * string -> Microsoft.Azure.Management.EventHub.Models.ArmDisasterRecovery
<Extension()>
Public Function CreateOrUpdate (operations As IDisasterRecoveryConfigsOperations, resourceGroupName As String, namespaceName As String, alias As String, Optional partnerNamespace As String = Nothing, Optional alternateName As String = Nothing) As ArmDisasterRecovery
パラメーター
- operations
- IDisasterRecoveryConfigsOperations
この拡張メソッドの操作グループ。
- resourceGroupName
- String
Azure サブスクリプション内のリソース グループの名前。
- namespaceName
- String
名前空間名
- alias
- String
ディザスター リカバリー構成名
- partnerNamespace
- String
GEO DR ペアリングの一部であるプライマリ/セカンダリ イベントハブ名前空間名の ARM ID
- alternateName
- String
別名と名前空間名が同じ場合に指定される代替名。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET