DisasterRecoveryPairingAuthorizationRule Interface

Implements

public interface DisasterRecoveryPairingAuthorizationRule
extends HasName, HasInnerModel<AuthorizationRuleInner>, HasManager<EventHubsManager>

Type representing authorization rule of EventHubDisasterRecoveryPairing.

Method Summary

Modifier and Type Method and Description
abstract DisasterRecoveryPairingAuthorizationKey getKeys()
abstract Mono<DisasterRecoveryPairingAuthorizationKey> getKeysAsync()
abstract List<AccessRights> rights()

Method Details

getKeys

public abstract DisasterRecoveryPairingAuthorizationKey getKeys()

Returns:

entity containing access keys (primary and secondary)

getKeysAsync

public abstract Mono getKeysAsync()

Returns:

an observable that emits a single entity containing access keys (primary and secondary)

rights

public abstract List rights()

Returns:

rights associated with the rule

Applies to