Uses of Interface
com.azure.resourcemanager.eventhubs.models.EventHubDisasterRecoveryPairing
Packages that use EventHubDisasterRecoveryPairing
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of EventHubDisasterRecoveryPairing in com.azure.resourcemanager.eventhubs.models
Methods in com.azure.resourcemanager.eventhubs.models 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.azure.resourcemanager.eventhubs.models that return types with arguments of type EventHubDisasterRecoveryPairingModifier and TypeMethodDescriptionEventHubDisasterRecoveryPairings.getByNameAsync(String resourceGroupName, String namespaceName, String name) Gets a disaster recovery pairings of a namespace under a resource group.com.azure.core.http.rest.PagedIterable<EventHubDisasterRecoveryPairing>EventHubDisasterRecoveryPairings.listByNamespace(String resourceGroupName, String namespaceName) Lists the disaster recovery pairings of a namespace under a resource group.com.azure.core.http.rest.PagedFlux<EventHubDisasterRecoveryPairing>EventHubDisasterRecoveryPairings.listByNamespaceAsync(String resourceGroupName, String namespaceName) Lists the disaster recovery pairings of a namespace under a resource group.