Uses of Interface
com.microsoft.azure.management.eventhub.EventHubDisasterRecoveryPairing
Packages that use EventHubDisasterRecoveryPairing
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of EventHubDisasterRecoveryPairing in com.microsoft.azure.management.eventhub
Methods in com.microsoft.azure.management.eventhub that return EventHubDisasterRecoveryPairingModifier and TypeMethodDescriptionEventHubDisasterRecoveryPairings.getByName(String resourceGroupName, String namespaceName, String name) Gets a disaster recovery pairings of a namespace under a resource group.Methods in com.microsoft.azure.management.eventhub that return types with arguments of type EventHubDisasterRecoveryPairingModifier and TypeMethodDescriptionrx.Observable<EventHubDisasterRecoveryPairing>EventHubDisasterRecoveryPairings.getByNameAsync(String resourceGroupName, String namespaceName, String name) Gets a disaster recovery pairings of a namespace under a resource group.com.microsoft.azure.PagedList<EventHubDisasterRecoveryPairing>EventHubDisasterRecoveryPairings.listByNamespace(String resourceGroupName, String namespaceName) Lists the disaster recovery pairings of a namespace under a resource group.rx.Observable<EventHubDisasterRecoveryPairing>EventHubDisasterRecoveryPairings.listByNamespaceAsync(String resourceGroupName, String namespaceName) Lists the disaster recovery pairings of a namespace under a resource group.