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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.