EventHubDisasterRecoveryPairings Interface
Implements
public interface EventHubDisasterRecoveryPairings
extends SupportsCreating<Blank>, SupportsDeletingById, SupportsGettingById<EventHubDisasterRecoveryPairing>, HasManager<EventHubsManager>
Entry point to manage disaster recovery pairing of event hub namespaces.
Method Summary
Method Details
authorizationRules
public abstract DisasterRecoveryPairingAuthorizationRules authorizationRules()
Returns:
deleteByName
public abstract void deleteByName(String resourceGroupName, String namespaceName, String name)
Deletes a disaster recovery pairings of a namespace under a resource group.
Parameters:
deleteByNameAsync
public abstract Mono
Deletes a disaster recovery pairings of a namespace under a resource group.
Parameters:
Returns:
getByName
public abstract EventHubDisasterRecoveryPairing getByName(String resourceGroupName, String namespaceName, String name)
Gets a disaster recovery pairings of a namespace under a resource group.
Parameters:
Returns:
getByNameAsync
public abstract Mono
Gets a disaster recovery pairings of a namespace under a resource group.
Parameters:
Returns:
listByNamespace
public abstract PagedIterable
Lists the disaster recovery pairings of a namespace under a resource group.
Parameters:
Returns:
listByNamespaceAsync
public abstract PagedFlux
Lists the disaster recovery pairings of a namespace under a resource group.
Parameters:
Returns:
Applies to
Azure SDK for Java