Uses of Interface
com.microsoft.azure.management.eventhub.EventHubDisasterRecoveryPairing
-
-
Uses of EventHubDisasterRecoveryPairing in com.microsoft.azure.management.eventhub
Methods in com.microsoft.azure.management.eventhub that return EventHubDisasterRecoveryPairing Modifier and Type Method Description EventHubDisasterRecoveryPairingEventHubDisasterRecoveryPairings. 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 EventHubDisasterRecoveryPairing Modifier and Type Method Description rx.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.
-