Gets an authorization rule that can be used to access the disaster recovery pairing.
Parameters:
resourceGroupName
- resource group name
namespaceName
- primary namespace name
pairingName
- pairing name
name
- rule name
Returns:
observable that emits the authorization rule
listByDisasterRecoveryPairing
public abstract PagedList 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 name
namespaceName
- primary namespace name
pairingName
- pairing name
Returns:
list of authorization rules
listByDisasterRecoveryPairingAsync
public abstract Observable 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 name
namespaceName
- primary namespace name
pairingName
- pairing name
Returns:
observable that emits the authorization rules
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.