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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.