public interface DisasterRecoveryConfigsClient
| Modifier and Type | Method and Description |
|---|---|
void |
breakPairing(String resourceGroupName,
String namespaceName,
String alias)
This operation disables the Disaster Recovery and stops replicating changes from primary to secondary namespaces.
|
Mono<Void> |
breakPairingAsync(String resourceGroupName,
String namespaceName,
String alias)
This operation disables the Disaster Recovery and stops replicating changes from primary to secondary namespaces.
|
com.azure.core.http.rest.Response<Void> |
breakPairingWithResponse(String resourceGroupName,
String namespaceName,
String alias,
com.azure.core.util.Context context)
This operation disables the Disaster Recovery and stops replicating changes from primary to secondary namespaces.
|
Mono<com.azure.core.http.rest.Response<Void>> |
breakPairingWithResponseAsync(String resourceGroupName,
String namespaceName,
String alias)
This operation disables the Disaster Recovery and stops replicating changes from primary to secondary namespaces.
|
CheckNameAvailabilityResultInner |
checkNameAvailability(String resourceGroupName,
String namespaceName,
String name)
Check the give namespace name availability.
|
Mono<CheckNameAvailabilityResultInner> |
checkNameAvailabilityAsync(String resourceGroupName,
String namespaceName,
String name)
Check the give namespace name availability.
|
com.azure.core.http.rest.Response<CheckNameAvailabilityResultInner> |
checkNameAvailabilityWithResponse(String resourceGroupName,
String namespaceName,
String name,
com.azure.core.util.Context context)
Check the give namespace name availability.
|
Mono<com.azure.core.http.rest.Response<CheckNameAvailabilityResultInner>> |
checkNameAvailabilityWithResponseAsync(String resourceGroupName,
String namespaceName,
String name)
Check the give namespace name availability.
|
ArmDisasterRecoveryInner |
createOrUpdate(String resourceGroupName,
String namespaceName,
String alias,
ArmDisasterRecoveryInner parameters)
Creates or updates a new Alias(Disaster Recovery configuration).
|
Mono<ArmDisasterRecoveryInner> |
createOrUpdateAsync(String resourceGroupName,
String namespaceName,
String alias,
ArmDisasterRecoveryInner parameters)
Creates or updates a new Alias(Disaster Recovery configuration).
|
com.azure.core.http.rest.Response<ArmDisasterRecoveryInner> |
createOrUpdateWithResponse(String resourceGroupName,
String namespaceName,
String alias,
ArmDisasterRecoveryInner parameters,
com.azure.core.util.Context context)
Creates or updates a new Alias(Disaster Recovery configuration).
|
Mono<com.azure.core.http.rest.Response<ArmDisasterRecoveryInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String namespaceName,
String alias,
ArmDisasterRecoveryInner parameters)
Creates or updates a new Alias(Disaster Recovery configuration).
|
void |
delete(String resourceGroupName,
String namespaceName,
String alias)
Deletes an Alias(Disaster Recovery configuration).
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String namespaceName,
String alias)
Deletes an Alias(Disaster Recovery configuration).
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String namespaceName,
String alias,
com.azure.core.util.Context context)
Deletes an Alias(Disaster Recovery configuration).
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String namespaceName,
String alias)
Deletes an Alias(Disaster Recovery configuration).
|
void |
failOver(String resourceGroupName,
String namespaceName,
String alias)
Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace.
|
Mono<Void> |
failOverAsync(String resourceGroupName,
String namespaceName,
String alias)
Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace.
|
com.azure.core.http.rest.Response<Void> |
failOverWithResponse(String resourceGroupName,
String namespaceName,
String alias,
com.azure.core.util.Context context)
Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace.
|
Mono<com.azure.core.http.rest.Response<Void>> |
failOverWithResponseAsync(String resourceGroupName,
String namespaceName,
String alias)
Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace.
|
ArmDisasterRecoveryInner |
get(String resourceGroupName,
String namespaceName,
String alias)
Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace.
|
Mono<ArmDisasterRecoveryInner> |
getAsync(String resourceGroupName,
String namespaceName,
String alias)
Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace.
|
SBAuthorizationRuleInner |
getAuthorizationRule(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName)
Gets an authorization rule for a namespace by rule name.
|
Mono<SBAuthorizationRuleInner> |
getAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName)
Gets an authorization rule for a namespace by rule name.
|
com.azure.core.http.rest.Response<SBAuthorizationRuleInner> |
getAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName,
com.azure.core.util.Context context)
Gets an authorization rule for a namespace by rule name.
|
Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> |
getAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName)
Gets an authorization rule for a namespace by rule name.
|
com.azure.core.http.rest.Response<ArmDisasterRecoveryInner> |
getWithResponse(String resourceGroupName,
String namespaceName,
String alias,
com.azure.core.util.Context context)
Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace.
|
Mono<com.azure.core.http.rest.Response<ArmDisasterRecoveryInner>> |
getWithResponseAsync(String resourceGroupName,
String namespaceName,
String alias)
Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace.
|
com.azure.core.http.rest.PagedIterable<ArmDisasterRecoveryInner> |
list(String resourceGroupName,
String namespaceName)
Gets all Alias(Disaster Recovery configurations).
|
com.azure.core.http.rest.PagedIterable<ArmDisasterRecoveryInner> |
list(String resourceGroupName,
String namespaceName,
com.azure.core.util.Context context)
Gets all Alias(Disaster Recovery configurations).
|
com.azure.core.http.rest.PagedFlux<ArmDisasterRecoveryInner> |
listAsync(String resourceGroupName,
String namespaceName)
Gets all Alias(Disaster Recovery configurations).
|
com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> |
listAuthorizationRules(String resourceGroupName,
String namespaceName,
String alias)
Gets the authorization rules for a namespace.
|
com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> |
listAuthorizationRules(String resourceGroupName,
String namespaceName,
String alias,
com.azure.core.util.Context context)
Gets the authorization rules for a namespace.
|
com.azure.core.http.rest.PagedFlux<SBAuthorizationRuleInner> |
listAuthorizationRulesAsync(String resourceGroupName,
String namespaceName,
String alias)
Gets the authorization rules for a namespace.
|
AccessKeysInner |
listKeys(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName)
Gets the primary and secondary connection strings for the namespace.
|
Mono<AccessKeysInner> |
listKeysAsync(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName)
Gets the primary and secondary connection strings for the namespace.
|
com.azure.core.http.rest.Response<AccessKeysInner> |
listKeysWithResponse(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName,
com.azure.core.util.Context context)
Gets the primary and secondary connection strings for the namespace.
|
Mono<com.azure.core.http.rest.Response<AccessKeysInner>> |
listKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName)
Gets the primary and secondary connection strings for the namespace.
|
Mono<com.azure.core.http.rest.Response<CheckNameAvailabilityResultInner>> checkNameAvailabilityWithResponseAsync(String resourceGroupName, String namespaceName, String name)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.name - The Name to check the namespace name availability and The namespace name can contain only letters,
numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CheckNameAvailabilityResultInner> checkNameAvailabilityAsync(String resourceGroupName, String namespaceName, String name)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.name - The Name to check the namespace name availability and The namespace name can contain only letters,
numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CheckNameAvailabilityResultInner checkNameAvailability(String resourceGroupName, String namespaceName, String name)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.name - The Name to check the namespace name availability and The namespace name can contain only letters,
numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<CheckNameAvailabilityResultInner> checkNameAvailabilityWithResponse(String resourceGroupName, String namespaceName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.name - The Name to check the namespace name availability and The namespace name can contain only letters,
numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ArmDisasterRecoveryInner> listAsync(String resourceGroupName, String namespaceName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ArmDisasterRecoveryInner> list(String resourceGroupName, String namespaceName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ArmDisasterRecoveryInner> list(String resourceGroupName, String namespaceName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ArmDisasterRecoveryInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.parameters - Parameters required to create an Alias(Disaster Recovery configuration).IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ArmDisasterRecoveryInner> createOrUpdateAsync(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.parameters - Parameters required to create an Alias(Disaster Recovery configuration).IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ArmDisasterRecoveryInner createOrUpdate(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.parameters - Parameters required to create an Alias(Disaster Recovery configuration).IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ArmDisasterRecoveryInner> createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.parameters - Parameters required to create an Alias(Disaster Recovery configuration).context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String namespaceName, String alias)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String namespaceName, String alias)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String namespaceName, String alias)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String namespaceName, String alias, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ArmDisasterRecoveryInner>> getWithResponseAsync(String resourceGroupName, String namespaceName, String alias)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ArmDisasterRecoveryInner> getAsync(String resourceGroupName, String namespaceName, String alias)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ArmDisasterRecoveryInner get(String resourceGroupName, String namespaceName, String alias)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ArmDisasterRecoveryInner> getWithResponse(String resourceGroupName, String namespaceName, String alias, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> breakPairingWithResponseAsync(String resourceGroupName, String namespaceName, String alias)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> breakPairingAsync(String resourceGroupName, String namespaceName, String alias)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void breakPairing(String resourceGroupName, String namespaceName, String alias)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> breakPairingWithResponse(String resourceGroupName, String namespaceName, String alias, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> failOverWithResponseAsync(String resourceGroupName, String namespaceName, String alias)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> failOverAsync(String resourceGroupName, String namespaceName, String alias)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void failOver(String resourceGroupName, String namespaceName, String alias)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> failOverWithResponse(String resourceGroupName, String namespaceName, String alias, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SBAuthorizationRuleInner> listAuthorizationRulesAsync(String resourceGroupName, String namespaceName, String alias)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> listAuthorizationRules(String resourceGroupName, String namespaceName, String alias)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> listAuthorizationRules(String resourceGroupName, String namespaceName, String alias, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> getAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SBAuthorizationRuleInner> getAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SBAuthorizationRuleInner getAuthorizationRule(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SBAuthorizationRuleInner> getAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.authorizationRuleName - The authorization rule name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<AccessKeysInner>> listKeysWithResponseAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AccessKeysInner> listKeysAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AccessKeysInner listKeys(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<AccessKeysInner> listKeysWithResponse(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.alias - The Disaster Recovery configuration name.authorizationRuleName - The authorization rule name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.