Package | Description |
---|---|
com.microsoft.azure.management.eventhub |
This package contains the classes for EventHubManagementClient.
|
Modifier and Type | Method and Description |
---|---|
DisasterRecoveryPairingAuthorizationRule |
DisasterRecoveryPairingAuthorizationRules.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 Type | Method and Description |
---|---|
rx.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.
|
PagedList<DisasterRecoveryPairingAuthorizationRule> |
EventHubDisasterRecoveryPairing.listAuthorizationRules() |
rx.Observable<DisasterRecoveryPairingAuthorizationRule> |
EventHubDisasterRecoveryPairing.listAuthorizationRulesAsync() |
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.
|
Copyright © 2019. All rights reserved.