Uses of Interface
com.microsoft.azure.management.eventhub.DisasterRecoveryPairingAuthorizationRule
Packages that use DisasterRecoveryPairingAuthorizationRule
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of DisasterRecoveryPairingAuthorizationRule in com.microsoft.azure.management.eventhub
Methods in com.microsoft.azure.management.eventhub that return DisasterRecoveryPairingAuthorizationRuleModifier and TypeMethodDescriptionDisasterRecoveryPairingAuthorizationRules.getByName
(String resourceGroupName, String namespaceName, String pairingName, String name) Gets an authorization rule that can be used to access the disaster recovery pairing.Methods in com.microsoft.azure.management.eventhub that return types with arguments of type DisasterRecoveryPairingAuthorizationRuleModifier and TypeMethodDescriptionrx.Observable<DisasterRecoveryPairingAuthorizationRule>
DisasterRecoveryPairingAuthorizationRules.getByNameAsync
(String resourceGroupName, String namespaceName, String pairingName, String name) Gets an authorization rule that can be used to access the disaster recovery pairing.com.microsoft.azure.PagedList<DisasterRecoveryPairingAuthorizationRule>
EventHubDisasterRecoveryPairing.listAuthorizationRules()
rx.Observable<DisasterRecoveryPairingAuthorizationRule>
EventHubDisasterRecoveryPairing.listAuthorizationRulesAsync()
com.microsoft.azure.PagedList<DisasterRecoveryPairingAuthorizationRule>
DisasterRecoveryPairingAuthorizationRules.listByDisasterRecoveryPairing
(String resourceGroupName, String namespaceName, String pairingName) Lists the authorization rules that can be used to access the disaster recovery pairing.rx.Observable<DisasterRecoveryPairingAuthorizationRule>
DisasterRecoveryPairingAuthorizationRules.listByDisasterRecoveryPairingAsync
(String resourceGroupName, String namespaceName, String pairingName) Lists the authorization rules that can be used to access the disaster recovery pairing.