Interface DisasterRecoveryPairingAuthorizationRule

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<AuthorizationRuleInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<EventHubsManager>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName

public interface DisasterRecoveryPairingAuthorizationRule extends com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<AuthorizationRuleInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<EventHubsManager>
Type representing authorization rule of EventHubDisasterRecoveryPairing.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets entity containing access keys (primary and secondary).
    Gets an observable that emits a single entity containing access keys (primary and secondary).
    Gets rights associated with the rule.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager

    manager

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName

    name
  • Method Details

    • rights

      List<AccessRights> rights()
      Gets rights associated with the rule.
      Returns:
      rights associated with the rule
    • getKeysAsync

      Gets an observable that emits a single entity containing access keys (primary and secondary).
      Returns:
      an observable that emits a single entity containing access keys (primary and secondary)
    • getKeys

      Gets entity containing access keys (primary and secondary).
      Returns:
      entity containing access keys (primary and secondary)