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.
|
AuthorizationRuleInner |
getAuthorizationRule(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName)
Gets an AuthorizationRule for a Namespace by rule name.
|
Mono<AuthorizationRuleInner> |
getAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName)
Gets an AuthorizationRule for a Namespace by rule name.
|
com.azure.core.http.rest.Response<AuthorizationRuleInner> |
getAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName,
com.azure.core.util.Context context)
Gets an AuthorizationRule for a Namespace by rule name.
|
Mono<com.azure.core.http.rest.Response<AuthorizationRuleInner>> |
getAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName)
Gets an AuthorizationRule 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<AuthorizationRuleInner> |
listAuthorizationRules(String resourceGroupName,
String namespaceName,
String alias)
Gets a list of authorization rules for a Namespace.
|
com.azure.core.http.rest.PagedIterable<AuthorizationRuleInner> |
listAuthorizationRules(String resourceGroupName,
String namespaceName,
String alias,
com.azure.core.util.Context context)
Gets a list of authorization rules for a Namespace.
|
com.azure.core.http.rest.PagedFlux<AuthorizationRuleInner> |
listAuthorizationRulesAsync(String resourceGroupName,
String namespaceName,
String alias)
Gets a list of 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.
|
com.azure.core.http.rest.PagedFlux<AuthorizationRuleInner> 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<AuthorizationRuleInner> 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<AuthorizationRuleInner> 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<AuthorizationRuleInner>> 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<AuthorizationRuleInner> 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.AuthorizationRuleInner 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<AuthorizationRuleInner> 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.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 - Name to check the namespace name availability.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 - Name to check the namespace name availability.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 - Name to check the namespace name availability.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 - Name to check the namespace name availability.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 - Single item in List or Get Alias(Disaster Recovery configuration) 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<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 - Single item in List or Get Alias(Disaster Recovery configuration) 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.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 - Single item in List or Get Alias(Disaster Recovery configuration) 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.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 - Single item in List or Get Alias(Disaster Recovery configuration) operation.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.Copyright © 2020 Microsoft Corporation. All rights reserved.