次の方法で共有


IWithPrimaryNamespace.WithExistingPrimaryNamespace メソッド

定義

オーバーロード

WithExistingPrimaryNamespace(IEventHubNamespace)

ディザスター リカバリー ペアリングで、指定された名前空間をプライマリ名前空間として使用することを指定します。

WithExistingPrimaryNamespace(String, String)

ディザスター リカバリー ペアリングで、指定された名前空間をプライマリ名前空間として使用することを指定します。

WithExistingPrimaryNamespace(IEventHubNamespace)

ディザスター リカバリー ペアリングで、指定された名前空間をプライマリ名前空間として使用することを指定します。

public Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Definition.IWithSecondaryNamespace WithExistingPrimaryNamespace (Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespace ehNamespace);
abstract member WithExistingPrimaryNamespace : Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespace -> Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Definition.IWithSecondaryNamespace
Public Function WithExistingPrimaryNamespace (ehNamespace As IEventHubNamespace) As IWithSecondaryNamespace

パラメーター

ehNamespace
IEventHubNamespace

戻り値

適用対象

WithExistingPrimaryNamespace(String, String)

ディザスター リカバリー ペアリングで、指定された名前空間をプライマリ名前空間として使用することを指定します。

public Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Definition.IWithSecondaryNamespace WithExistingPrimaryNamespace (string resourceGroupName, string namespaceName);
abstract member WithExistingPrimaryNamespace : string * string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Definition.IWithSecondaryNamespace
Public Function WithExistingPrimaryNamespace (resourceGroupName As String, namespaceName As String) As IWithSecondaryNamespace

パラメーター

resourceGroupName
String

プライマリ名前空間のリソース グループ名。

namespaceName
String

プライマリ名前空間。

戻り値

適用対象