共用方式為


IWithSecondaryNamespace.WithExistingSecondaryNamespaceId(String) Method

Definition

Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.

public Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Definition.IWithCreate WithExistingSecondaryNamespaceId (string namespaceId);
abstract member WithExistingSecondaryNamespaceId : string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Definition.IWithCreate
Public Function WithExistingSecondaryNamespaceId (namespaceId As String) As IWithCreate

Parameters

namespaceId
String

The secondary namespace.

Returns

Applies to