你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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()

Gets entity containing access keys (primary and secondary).

abstract Mono<DisasterRecoveryPairingAuthorizationKey> getKeysAsync()

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

abstract List<AccessRights> rights()

Gets rights associated with the rule.

Method Details

getKeys

public abstract DisasterRecoveryPairingAuthorizationKey getKeys()

Gets entity containing access keys (primary and secondary).

Returns:

entity containing access keys (primary and secondary)

getKeysAsync

public abstract Mono 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)

rights

public abstract List rights()

Gets rights associated with the rule.

Returns:

rights associated with the rule

Applies to