public interface InstanceFailoverGroupsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InstanceFailoverGroupInner>,InstanceFailoverGroupInner> |
beginCreateOrUpdate(String resourceGroupName,
String locationName,
String failoverGroupName,
InstanceFailoverGroupInner parameters)
Creates or updates a failover group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InstanceFailoverGroupInner>,InstanceFailoverGroupInner> |
beginCreateOrUpdate(String resourceGroupName,
String locationName,
String failoverGroupName,
InstanceFailoverGroupInner parameters,
com.azure.core.util.Context context)
Creates or updates a failover group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<InstanceFailoverGroupInner>,InstanceFailoverGroupInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String locationName,
String failoverGroupName,
InstanceFailoverGroupInner parameters)
Creates or updates a failover group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String locationName,
String failoverGroupName)
Deletes a failover group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String locationName,
String failoverGroupName,
com.azure.core.util.Context context)
Deletes a failover group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String locationName,
String failoverGroupName)
Deletes a failover group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InstanceFailoverGroupInner>,InstanceFailoverGroupInner> |
beginFailover(String resourceGroupName,
String locationName,
String failoverGroupName)
Fails over from the current primary managed instance to this managed instance.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InstanceFailoverGroupInner>,InstanceFailoverGroupInner> |
beginFailover(String resourceGroupName,
String locationName,
String failoverGroupName,
com.azure.core.util.Context context)
Fails over from the current primary managed instance to this managed instance.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<InstanceFailoverGroupInner>,InstanceFailoverGroupInner> |
beginFailoverAsync(String resourceGroupName,
String locationName,
String failoverGroupName)
Fails over from the current primary managed instance to this managed instance.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InstanceFailoverGroupInner>,InstanceFailoverGroupInner> |
beginForceFailoverAllowDataLoss(String resourceGroupName,
String locationName,
String failoverGroupName)
Fails over from the current primary managed instance to this managed instance.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InstanceFailoverGroupInner>,InstanceFailoverGroupInner> |
beginForceFailoverAllowDataLoss(String resourceGroupName,
String locationName,
String failoverGroupName,
com.azure.core.util.Context context)
Fails over from the current primary managed instance to this managed instance.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<InstanceFailoverGroupInner>,InstanceFailoverGroupInner> |
beginForceFailoverAllowDataLossAsync(String resourceGroupName,
String locationName,
String failoverGroupName)
Fails over from the current primary managed instance to this managed instance.
|
InstanceFailoverGroupInner |
createOrUpdate(String resourceGroupName,
String locationName,
String failoverGroupName,
InstanceFailoverGroupInner parameters)
Creates or updates a failover group.
|
InstanceFailoverGroupInner |
createOrUpdate(String resourceGroupName,
String locationName,
String failoverGroupName,
InstanceFailoverGroupInner parameters,
com.azure.core.util.Context context)
Creates or updates a failover group.
|
Mono<InstanceFailoverGroupInner> |
createOrUpdateAsync(String resourceGroupName,
String locationName,
String failoverGroupName,
InstanceFailoverGroupInner parameters)
Creates or updates a failover group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String locationName,
String failoverGroupName,
InstanceFailoverGroupInner parameters)
Creates or updates a failover group.
|
void |
delete(String resourceGroupName,
String locationName,
String failoverGroupName)
Deletes a failover group.
|
void |
delete(String resourceGroupName,
String locationName,
String failoverGroupName,
com.azure.core.util.Context context)
Deletes a failover group.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String locationName,
String failoverGroupName)
Deletes a failover group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String locationName,
String failoverGroupName)
Deletes a failover group.
|
InstanceFailoverGroupInner |
failover(String resourceGroupName,
String locationName,
String failoverGroupName)
Fails over from the current primary managed instance to this managed instance.
|
InstanceFailoverGroupInner |
failover(String resourceGroupName,
String locationName,
String failoverGroupName,
com.azure.core.util.Context context)
Fails over from the current primary managed instance to this managed instance.
|
Mono<InstanceFailoverGroupInner> |
failoverAsync(String resourceGroupName,
String locationName,
String failoverGroupName)
Fails over from the current primary managed instance to this managed instance.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
failoverWithResponseAsync(String resourceGroupName,
String locationName,
String failoverGroupName)
Fails over from the current primary managed instance to this managed instance.
|
InstanceFailoverGroupInner |
forceFailoverAllowDataLoss(String resourceGroupName,
String locationName,
String failoverGroupName)
Fails over from the current primary managed instance to this managed instance.
|
InstanceFailoverGroupInner |
forceFailoverAllowDataLoss(String resourceGroupName,
String locationName,
String failoverGroupName,
com.azure.core.util.Context context)
Fails over from the current primary managed instance to this managed instance.
|
Mono<InstanceFailoverGroupInner> |
forceFailoverAllowDataLossAsync(String resourceGroupName,
String locationName,
String failoverGroupName)
Fails over from the current primary managed instance to this managed instance.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
forceFailoverAllowDataLossWithResponseAsync(String resourceGroupName,
String locationName,
String failoverGroupName)
Fails over from the current primary managed instance to this managed instance.
|
InstanceFailoverGroupInner |
get(String resourceGroupName,
String locationName,
String failoverGroupName)
Gets a failover group.
|
Mono<InstanceFailoverGroupInner> |
getAsync(String resourceGroupName,
String locationName,
String failoverGroupName)
Gets a failover group.
|
com.azure.core.http.rest.Response<InstanceFailoverGroupInner> |
getWithResponse(String resourceGroupName,
String locationName,
String failoverGroupName,
com.azure.core.util.Context context)
Gets a failover group.
|
Mono<com.azure.core.http.rest.Response<InstanceFailoverGroupInner>> |
getWithResponseAsync(String resourceGroupName,
String locationName,
String failoverGroupName)
Gets a failover group.
|
com.azure.core.http.rest.PagedIterable<InstanceFailoverGroupInner> |
listByLocation(String resourceGroupName,
String locationName)
Lists the failover groups in a location.
|
com.azure.core.http.rest.PagedIterable<InstanceFailoverGroupInner> |
listByLocation(String resourceGroupName,
String locationName,
com.azure.core.util.Context context)
Lists the failover groups in a location.
|
com.azure.core.http.rest.PagedFlux<InstanceFailoverGroupInner> |
listByLocationAsync(String resourceGroupName,
String locationName)
Lists the failover groups in a location.
|
Mono<com.azure.core.http.rest.Response<InstanceFailoverGroupInner>> getWithResponseAsync(String resourceGroupName, String locationName, String failoverGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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<InstanceFailoverGroupInner> getAsync(String resourceGroupName, String locationName, String failoverGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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.InstanceFailoverGroupInner get(String resourceGroupName, String locationName, String failoverGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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<InstanceFailoverGroupInner> getWithResponse(String resourceGroupName, String locationName, String failoverGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String locationName, String failoverGroupName, InstanceFailoverGroupInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.parameters - An instance failover group.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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<InstanceFailoverGroupInner>,InstanceFailoverGroupInner> beginCreateOrUpdateAsync(String resourceGroupName, String locationName, String failoverGroupName, InstanceFailoverGroupInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.parameters - An instance failover group.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InstanceFailoverGroupInner>,InstanceFailoverGroupInner> beginCreateOrUpdate(String resourceGroupName, String locationName, String failoverGroupName, InstanceFailoverGroupInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.parameters - An instance failover group.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InstanceFailoverGroupInner>,InstanceFailoverGroupInner> beginCreateOrUpdate(String resourceGroupName, String locationName, String failoverGroupName, InstanceFailoverGroupInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.parameters - An instance failover group.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<InstanceFailoverGroupInner> createOrUpdateAsync(String resourceGroupName, String locationName, String failoverGroupName, InstanceFailoverGroupInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.parameters - An instance failover group.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.InstanceFailoverGroupInner createOrUpdate(String resourceGroupName, String locationName, String failoverGroupName, InstanceFailoverGroupInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.parameters - An instance failover group.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.InstanceFailoverGroupInner createOrUpdate(String resourceGroupName, String locationName, String failoverGroupName, InstanceFailoverGroupInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.parameters - An instance failover group.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<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String locationName, String failoverGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String locationName, String failoverGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String locationName, String failoverGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String locationName, String failoverGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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<Void> deleteAsync(String resourceGroupName, String locationName, String failoverGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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 locationName, String failoverGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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 locationName, String failoverGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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<InstanceFailoverGroupInner> listByLocationAsync(String resourceGroupName, String locationName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.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<InstanceFailoverGroupInner> listByLocation(String resourceGroupName, String locationName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.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<InstanceFailoverGroupInner> listByLocation(String resourceGroupName, String locationName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.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<Flux<ByteBuffer>>> failoverWithResponseAsync(String resourceGroupName, String locationName, String failoverGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<InstanceFailoverGroupInner>,InstanceFailoverGroupInner> beginFailoverAsync(String resourceGroupName, String locationName, String failoverGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InstanceFailoverGroupInner>,InstanceFailoverGroupInner> beginFailover(String resourceGroupName, String locationName, String failoverGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InstanceFailoverGroupInner>,InstanceFailoverGroupInner> beginFailover(String resourceGroupName, String locationName, String failoverGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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<InstanceFailoverGroupInner> failoverAsync(String resourceGroupName, String locationName, String failoverGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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.InstanceFailoverGroupInner failover(String resourceGroupName, String locationName, String failoverGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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.InstanceFailoverGroupInner failover(String resourceGroupName, String locationName, String failoverGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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<Flux<ByteBuffer>>> forceFailoverAllowDataLossWithResponseAsync(String resourceGroupName, String locationName, String failoverGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<InstanceFailoverGroupInner>,InstanceFailoverGroupInner> beginForceFailoverAllowDataLossAsync(String resourceGroupName, String locationName, String failoverGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InstanceFailoverGroupInner>,InstanceFailoverGroupInner> beginForceFailoverAllowDataLoss(String resourceGroupName, String locationName, String failoverGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InstanceFailoverGroupInner>,InstanceFailoverGroupInner> beginForceFailoverAllowDataLoss(String resourceGroupName, String locationName, String failoverGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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<InstanceFailoverGroupInner> forceFailoverAllowDataLossAsync(String resourceGroupName, String locationName, String failoverGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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.InstanceFailoverGroupInner forceFailoverAllowDataLoss(String resourceGroupName, String locationName, String failoverGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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.InstanceFailoverGroupInner forceFailoverAllowDataLoss(String resourceGroupName, String locationName, String failoverGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.locationName - The name of the region where the resource is located.failoverGroupName - The name of the failover group.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.