Interface DisasterRecoveryPairingAuthorizationRules
- All Superinterfaces:
HasInner<com.microsoft.azure.management.eventhub.implementation.DisasterRecoveryConfigsInner>
,HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>
,SupportsGettingById<DisasterRecoveryPairingAuthorizationRule>
@Beta(V1_7_0)
public interface DisasterRecoveryPairingAuthorizationRules
extends SupportsGettingById<DisasterRecoveryPairingAuthorizationRule>, HasInner<com.microsoft.azure.management.eventhub.implementation.DisasterRecoveryConfigsInner>, HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>
Entry point to manage disaster recovery pairing authorization rules.
-
Method Summary
Modifier and TypeMethodDescriptionGets an authorization rule that can be used to access the disaster recovery pairing.rx.Observable<DisasterRecoveryPairingAuthorizationRule>
getByNameAsync
(String resourceGroupName, String namespaceName, String pairingName, String name) Gets an authorization rule that can be used to access the disaster recovery pairing.com.microsoft.azure.PagedList<DisasterRecoveryPairingAuthorizationRule>
listByDisasterRecoveryPairing
(String resourceGroupName, String namespaceName, String pairingName) Lists the authorization rules that can be used to access the disaster recovery pairing.rx.Observable<DisasterRecoveryPairingAuthorizationRule>
listByDisasterRecoveryPairingAsync
(String resourceGroupName, String namespaceName, String pairingName) Lists the authorization rules that can be used to access the disaster recovery pairing.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsync, getByIdAsync
-
Method Details
-
listByDisasterRecoveryPairing
@Beta(V1_7_0) com.microsoft.azure.PagedList<DisasterRecoveryPairingAuthorizationRule> listByDisasterRecoveryPairing(String resourceGroupName, String namespaceName, String pairingName) Lists the authorization rules that can be used to access the disaster recovery pairing.- Parameters:
resourceGroupName
- resource group namenamespaceName
- primary namespace namepairingName
- pairing name- Returns:
- list of authorization rules
-
listByDisasterRecoveryPairingAsync
@Beta(V1_7_0) rx.Observable<DisasterRecoveryPairingAuthorizationRule> listByDisasterRecoveryPairingAsync(String resourceGroupName, String namespaceName, String pairingName) Lists the authorization rules that can be used to access the disaster recovery pairing.- Parameters:
resourceGroupName
- resource group namenamespaceName
- primary namespace namepairingName
- pairing name- Returns:
- observable that emits the authorization rules
-
getByNameAsync
@Beta(V1_7_0) rx.Observable<DisasterRecoveryPairingAuthorizationRule> getByNameAsync(String resourceGroupName, String namespaceName, String pairingName, String name) Gets an authorization rule that can be used to access the disaster recovery pairing.- Parameters:
resourceGroupName
- resource group namenamespaceName
- primary namespace namepairingName
- pairing namename
- rule name- Returns:
- observable that emits the authorization rule
-
getByName
@Beta(V1_7_0) 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:
resourceGroupName
- resource group namenamespaceName
- primary namespace namepairingName
- pairing namename
- rule name- Returns:
- the authorization rule
-