Interface EventHubDisasterRecoveryPairing.UpdateStages.WithSecondaryNamespace
-
- All Known Subinterfaces:
EventHubDisasterRecoveryPairing.Update
- Enclosing interface:
- EventHubDisasterRecoveryPairing.UpdateStages
@Beta(V1_7_0) public static interface EventHubDisasterRecoveryPairing.UpdateStages.WithSecondaryNamespaceThe stage of the disaster recovery pairing definition allowing to specify primary event hub namespace.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventHubDisasterRecoveryPairing.UpdatewithExistingSecondaryNamespace(EventHubNamespace namespace)Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.EventHubDisasterRecoveryPairing.UpdatewithExistingSecondaryNamespaceId(String namespaceId)Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.EventHubDisasterRecoveryPairing.UpdatewithNewSecondaryNamespace(com.microsoft.azure.management.resources.fluentcore.model.Creatable<EventHubNamespace> namespaceCreatable)Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
-
-
-
Method Detail
-
withNewSecondaryNamespace
@Beta(V1_7_0) EventHubDisasterRecoveryPairing.Update withNewSecondaryNamespace(com.microsoft.azure.management.resources.fluentcore.model.Creatable<EventHubNamespace> namespaceCreatable)
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.- Parameters:
namespaceCreatable- creatable definition for the secondary namespace- Returns:
- next stage of the disaster recovery pairing update
-
withExistingSecondaryNamespace
@Beta(V1_7_0) EventHubDisasterRecoveryPairing.Update withExistingSecondaryNamespace(EventHubNamespace namespace)
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.- Parameters:
namespace- the secondary event hub namespace- Returns:
- next stage of the disaster recovery pairing update
-
withExistingSecondaryNamespaceId
@Beta(V1_7_0) EventHubDisasterRecoveryPairing.Update withExistingSecondaryNamespaceId(String namespaceId)
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.- Parameters:
namespaceId- the secondary namespace- Returns:
- next stage of the disaster recovery pairing update
-
-