EventHubDisasterRecoveryPairing.DefinitionStages.WithPrimaryNamespace Interface
public static interface EventHubDisasterRecoveryPairing.DefinitionStages.WithPrimaryNamespace
The stage of the disaster recovery pairing definition allowing to specify primary event hub namespace.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withExistingPrimaryNamespace(EventHubNamespace namespace)
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing. |
abstract
With |
withExistingPrimaryNamespace(String resourceGroupName, String namespaceName)
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing. |
abstract
With |
withExistingPrimaryNamespaceId(String namespaceId)
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing. |
abstract
With |
withNewPrimaryNamespace(Creatable<EventHubNamespace> namespaceCreatable)
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing. |
Method Details
withExistingPrimaryNamespace
public abstract EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace withExistingPrimaryNamespace(EventHubNamespace namespace)
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.
Parameters:
Returns:
withExistingPrimaryNamespace
public abstract EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace withExistingPrimaryNamespace(String resourceGroupName, String namespaceName)
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.
Parameters:
Returns:
withExistingPrimaryNamespaceId
public abstract EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace withExistingPrimaryNamespaceId(String namespaceId)
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.
Parameters:
Returns:
withNewPrimaryNamespace
public abstract EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace withNewPrimaryNamespace(Creatable
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.
Parameters:
Returns:
Applies to
Azure SDK for Java