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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.