Uses of Interface
com.microsoft.azure.management.eventhub.DisasterRecoveryPairingAuthorizationRule
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of DisasterRecoveryPairingAuthorizationRule in com.microsoft.azure.management.eventhub
Modifier 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.Modifier 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.