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() |
abstract
Mono<Disaster |
getKeysAsync() |
abstract
List<Access |
rights() |
Method Details
getKeys
public abstract DisasterRecoveryPairingAuthorizationKey getKeys()
Returns:
entity containing access keys (primary and secondary)
getKeysAsync
public abstract Mono
Returns:
an observable that emits a single entity containing access keys (primary and secondary)
rights
public abstract List
Returns:
rights associated with the rule
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java