你当前正在访问 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
Disaster |
getKeys()
Gets entity containing access keys (primary and secondary). |
abstract
Mono<Disaster |
getKeysAsync()
Gets an observable that emits a single entity containing access keys (primary and secondary). |
abstract
List<Access |
rights()
Gets rights associated with the rule. |
Method Details
getKeys
public abstract DisasterRecoveryPairingAuthorizationKey getKeys()
Gets entity containing access keys (primary and secondary).
Returns:
getKeysAsync
public abstract Mono
Gets an observable that emits a single entity containing access keys (primary and secondary).
Returns:
rights
public abstract List
Gets rights associated with the rule.
Returns: