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
Subinterfaces with type arguments of type EventHubDisasterRecoveryPairing in com.azure.resourcemanager.eventhubs.modelsModifier and TypeInterfaceDescriptioninterfaceType representing disaster recovery pairing for event hub namespaces.static interfaceThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceThe template for a disaster recovery pairing update operation, containing all the settings that can be modified.interfaceEntry point to manage disaster recovery pairing of event hub namespaces.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.