Share via


IWithPrimaryNamespace.WithExistingPrimaryNamespace Methode

Definition

Überlädt

WithExistingPrimaryNamespace(IEventHubNamespace)

Gibt an, dass der angegebene Namespace als primärer Namespace bei der Notfallwiederherstellung verwendet werden soll.

WithExistingPrimaryNamespace(String, String)

Gibt an, dass der angegebene Namespace als primärer Namespace bei der Notfallwiederherstellung verwendet werden soll.

WithExistingPrimaryNamespace(IEventHubNamespace)

Gibt an, dass der angegebene Namespace als primärer Namespace bei der Notfallwiederherstellung verwendet werden soll.

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

Parameter

ehNamespace
IEventHubNamespace

Gibt zurück

Gilt für:

WithExistingPrimaryNamespace(String, String)

Gibt an, dass der angegebene Namespace als primärer Namespace bei der Notfallwiederherstellung verwendet werden soll.

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

Parameter

resourceGroupName
String

Ressourcengruppenname des primären Namespace.

namespaceName
String

Der primäre Namespace.

Gibt zurück

Gilt für: