你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

主命名空间。

返回

适用于