DisasterRecoveryPairingAuthorizationRules Interface
Implements
public interface DisasterRecoveryPairingAuthorizationRules
extends SupportsGettingById<DisasterRecoveryPairingAuthorizationRule>, HasManager<EventHubsManager>
Entry point to manage disaster recovery pairing authorization rules.
Method Summary
Method Details
getByName
public abstract DisasterRecoveryPairingAuthorizationRule getByName(String resourceGroupName, String namespaceName, String pairingName, String name)
Gets an authorization rule that can be used to access the disaster recovery pairing.
Parameters:
Returns:
getByNameAsync
public abstract Mono
Gets an authorization rule that can be used to access the disaster recovery pairing.
Parameters:
Returns:
listByDisasterRecoveryPairing
public abstract PagedIterable
Lists the authorization rules that can be used to access the disaster recovery pairing.
Parameters:
Returns:
listByDisasterRecoveryPairingAsync
public abstract PagedFlux
Lists the authorization rules that can be used to access the disaster recovery pairing.
Parameters:
Returns:
Applies to
Azure SDK for Java