Uses of Interface
com.azure.resourcemanager.eventhubs.models.DisasterRecoveryPairingAuthorizationRule
Packages that use DisasterRecoveryPairingAuthorizationRule
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of DisasterRecoveryPairingAuthorizationRule in com.azure.resourcemanager.eventhubs.models
Methods in com.azure.resourcemanager.eventhubs.models 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.azure.resourcemanager.eventhubs.models that return types with arguments of type DisasterRecoveryPairingAuthorizationRuleModifier and TypeMethodDescriptionDisasterRecoveryPairingAuthorizationRules.getByNameAsync(String resourceGroupName, String namespaceName, String pairingName, String name) Gets an authorization rule that can be used to access the disaster recovery pairing.com.azure.core.http.rest.PagedIterable<DisasterRecoveryPairingAuthorizationRule> EventHubDisasterRecoveryPairing.listAuthorizationRules()Gets the authorization rules for the event hub disaster recovery pairing.com.azure.core.http.rest.PagedFlux<DisasterRecoveryPairingAuthorizationRule> EventHubDisasterRecoveryPairing.listAuthorizationRulesAsync()Gets the authorization rules for the event hub disaster recovery pairing.com.azure.core.http.rest.PagedIterable<DisasterRecoveryPairingAuthorizationRule> DisasterRecoveryPairingAuthorizationRules.listByDisasterRecoveryPairing(String resourceGroupName, String namespaceName, String pairingName) Lists the authorization rules that can be used to access the disaster recovery pairing.com.azure.core.http.rest.PagedFlux<DisasterRecoveryPairingAuthorizationRule> DisasterRecoveryPairingAuthorizationRules.listByDisasterRecoveryPairingAsync(String resourceGroupName, String namespaceName, String pairingName) Lists the authorization rules that can be used to access the disaster recovery pairing.