Interface DisasterRecoveryPairingAuthorizationRule
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.eventhub.implementation.AuthorizationRuleInner>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
@Beta(V1_7_0) public interface DisasterRecoveryPairingAuthorizationRule extends com.microsoft.azure.management.resources.fluentcore.arm.models.HasName, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.eventhub.implementation.AuthorizationRuleInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>Type representing authorization rule ofEventHubDisasterRecoveryPairing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisasterRecoveryPairingAuthorizationKeygetKeys()rx.Observable<DisasterRecoveryPairingAuthorizationKey>getKeysAsync()List<AccessRights>rights()-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
-
-
-
Method Detail
-
rights
@Beta(V1_7_0) List<AccessRights> rights()
- Returns:
- rights associated with the rule
-
getKeysAsync
@Beta(V1_7_0) rx.Observable<DisasterRecoveryPairingAuthorizationKey> getKeysAsync()
- Returns:
- an observable that emits a single entity containing access keys (primary and secondary)
-
getKeys
@Beta(V1_7_0) DisasterRecoveryPairingAuthorizationKey getKeys()
- Returns:
- entity containing access keys (primary and secondary)
-
-