Interface DisasterRecoveryPairingAuthorizationRule
- All Superinterfaces:
HasInner<com.microsoft.azure.management.eventhub.implementation.AuthorizationRuleInner>
,HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>
,HasName
@Beta(V1_7_0)
public interface DisasterRecoveryPairingAuthorizationRule
extends HasName, HasInner<com.microsoft.azure.management.eventhub.implementation.AuthorizationRuleInner>, HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>
Type representing authorization rule of
EventHubDisasterRecoveryPairing
.-
Method Summary
Modifier and TypeMethodDescriptiongetKeys()
rx.Observable<DisasterRecoveryPairingAuthorizationKey>
rights()
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
-
Method Details
-
rights
- Returns:
- rights associated with the rule
-
getKeysAsync
- Returns:
- an observable that emits a single entity containing access keys (primary and secondary)
-
getKeys
- Returns:
- entity containing access keys (primary and secondary)
-