-
Nested Class Summary
Nested Classes
static interface
The entirety of the event hub disaster recovery pairing definition.
static interface
Grouping of disaster recovery pairing definition stages.
static interface
The template for a disaster recovery pairing update operation, containing all the settings
that can be modified.
static interface
Grouping of disaster recovery pairing update stages.
-
Method Summary
void
Break the pairing between a primary and secondary namespace.
rx.Completable
Break the pairing between a primary and secondary namespace.
void
Perform fail over so that the secondary namespace becomes the primary.
rx.Completable
Perform fail over so that the secondary namespace becomes the primary.
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Updatable
update
-
Method Details
-
primaryNamespaceResourceGroupName
@Beta(V1_7_0)
String primaryNamespaceResourceGroupName()
- Returns:
- primary event hub namespace resource group
-
primaryNamespaceName
@Beta(V1_7_0)
String primaryNamespaceName()
- Returns:
- primary event hub namespace in the pairing
-
secondaryNamespaceId
@Beta(V1_7_0)
String secondaryNamespaceId()
- Returns:
- secondary event hub namespace in the pairing
-
namespaceRole
- Returns:
- the namespace role
-
provisioningState
- Returns:
- provisioning state of the pairing
-
breakPairingAsync
@Beta(V1_7_0)
rx.Completable breakPairingAsync()
Break the pairing between a primary and secondary namespace.
- Returns:
- completable representing the pairing break action
-
breakPairing
@Beta(V1_7_0)
void breakPairing()
Break the pairing between a primary and secondary namespace.
-
failOverAsync
@Beta(V1_7_0)
rx.Completable failOverAsync()
Perform fail over so that the secondary namespace becomes the primary.
- Returns:
- completable representing the fail-over action
-
failOver
@Beta(V1_7_0)
void failOver()
Perform fail over so that the secondary namespace becomes the primary.
-
listAuthorizationRulesAsync
- Returns:
- the authorization rules for the event hub disaster recovery pairing
-
listAuthorizationRules
- Returns:
- the authorization rules for the event hub disaster recovery pairing