@Beta(value=V1_7_0)
public static interface EventHubDisasterRecoveryPairing.DefinitionStages.WithPrimaryNamespace
| Modifier and Type | Method and Description |
|---|---|
EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace |
withExistingPrimaryNamespace(EventHubNamespace namespace)
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.
|
EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace |
withExistingPrimaryNamespace(String resourceGroupName,
String namespaceName)
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.
|
EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace |
withExistingPrimaryNamespaceId(String namespaceId)
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.
|
EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace |
withNewPrimaryNamespace(Creatable<EventHubNamespace> namespaceCreatable)
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.
|
@Beta(value=V1_7_0) EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace withNewPrimaryNamespace(Creatable<EventHubNamespace> namespaceCreatable)
namespaceCreatable - creatable definition for the primary namespace@Beta(value=V1_7_0) EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace withExistingPrimaryNamespace(EventHubNamespace namespace)
namespace - the primary event hub namespace@Beta(value=V1_7_0) EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace withExistingPrimaryNamespace(String resourceGroupName, String namespaceName)
resourceGroupName - resource group name of primary namespacenamespaceName - the primary namespace@Beta(value=V1_7_0) EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace withExistingPrimaryNamespaceId(String namespaceId)
namespaceId - the primary namespaceCopyright © 2019. All rights reserved.