public interface FailoverGroupsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FailoverGroupInner>,FailoverGroupInner> |
beginCreateOrUpdate(String resourceGroupName,
String serverName,
String failoverGroupName,
FailoverGroupInner parameters)
Creates or updates a failover group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FailoverGroupInner>,FailoverGroupInner> |
beginCreateOrUpdate(String resourceGroupName,
String serverName,
String failoverGroupName,
FailoverGroupInner 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<FailoverGroupInner>,FailoverGroupInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String serverName,
String failoverGroupName,
FailoverGroupInner 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 serverName,
String failoverGroupName)
Deletes a failover group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String serverName,
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 serverName,
String failoverGroupName)
Deletes a failover group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FailoverGroupInner>,FailoverGroupInner> |
beginFailover(String resourceGroupName,
String serverName,
String failoverGroupName)
Fails over from the current primary server to this server.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FailoverGroupInner>,FailoverGroupInner> |
beginFailover(String resourceGroupName,
String serverName,
String failoverGroupName,
com.azure.core.util.Context context)
Fails over from the current primary server to this server.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<FailoverGroupInner>,FailoverGroupInner> |
beginFailoverAsync(String resourceGroupName,
String serverName,
String failoverGroupName)
Fails over from the current primary server to this server.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FailoverGroupInner>,FailoverGroupInner> |
beginForceFailoverAllowDataLoss(String resourceGroupName,
String serverName,
String failoverGroupName)
Fails over from the current primary server to this server.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FailoverGroupInner>,FailoverGroupInner> |
beginForceFailoverAllowDataLoss(String resourceGroupName,
String serverName,
String failoverGroupName,
com.azure.core.util.Context context)
Fails over from the current primary server to this server.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<FailoverGroupInner>,FailoverGroupInner> |
beginForceFailoverAllowDataLossAsync(String resourceGroupName,
String serverName,
String failoverGroupName)
Fails over from the current primary server to this server.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FailoverGroupInner>,FailoverGroupInner> |
beginUpdate(String resourceGroupName,
String serverName,
String failoverGroupName,
FailoverGroupUpdate parameters)
Updates a failover group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FailoverGroupInner>,FailoverGroupInner> |
beginUpdate(String resourceGroupName,
String serverName,
String failoverGroupName,
FailoverGroupUpdate parameters,
com.azure.core.util.Context context)
Updates a failover group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<FailoverGroupInner>,FailoverGroupInner> |
beginUpdateAsync(String resourceGroupName,
String serverName,
String failoverGroupName,
FailoverGroupUpdate parameters)
Updates a failover group.
|
FailoverGroupInner |
createOrUpdate(String resourceGroupName,
String serverName,
String failoverGroupName,
FailoverGroupInner parameters)
Creates or updates a failover group.
|
FailoverGroupInner |
createOrUpdate(String resourceGroupName,
String serverName,
String failoverGroupName,
FailoverGroupInner parameters,
com.azure.core.util.Context context)
Creates or updates a failover group.
|
Mono<FailoverGroupInner> |
createOrUpdateAsync(String resourceGroupName,
String serverName,
String failoverGroupName,
FailoverGroupInner parameters)
Creates or updates a failover group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
String failoverGroupName,
FailoverGroupInner parameters)
Creates or updates a failover group.
|
void |
delete(String resourceGroupName,
String serverName,
String failoverGroupName)
Deletes a failover group.
|
void |
delete(String resourceGroupName,
String serverName,
String failoverGroupName,
com.azure.core.util.Context context)
Deletes a failover group.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String serverName,
String failoverGroupName)
Deletes a failover group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String serverName,
String failoverGroupName)
Deletes a failover group.
|
FailoverGroupInner |
failover(String resourceGroupName,
String serverName,
String failoverGroupName)
Fails over from the current primary server to this server.
|
FailoverGroupInner |
failover(String resourceGroupName,
String serverName,
String failoverGroupName,
com.azure.core.util.Context context)
Fails over from the current primary server to this server.
|
Mono<FailoverGroupInner> |
failoverAsync(String resourceGroupName,
String serverName,
String failoverGroupName)
Fails over from the current primary server to this server.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
failoverWithResponseAsync(String resourceGroupName,
String serverName,
String failoverGroupName)
Fails over from the current primary server to this server.
|
FailoverGroupInner |
forceFailoverAllowDataLoss(String resourceGroupName,
String serverName,
String failoverGroupName)
Fails over from the current primary server to this server.
|
FailoverGroupInner |
forceFailoverAllowDataLoss(String resourceGroupName,
String serverName,
String failoverGroupName,
com.azure.core.util.Context context)
Fails over from the current primary server to this server.
|
Mono<FailoverGroupInner> |
forceFailoverAllowDataLossAsync(String resourceGroupName,
String serverName,
String failoverGroupName)
Fails over from the current primary server to this server.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
forceFailoverAllowDataLossWithResponseAsync(String resourceGroupName,
String serverName,
String failoverGroupName)
Fails over from the current primary server to this server.
|
FailoverGroupInner |
get(String resourceGroupName,
String serverName,
String failoverGroupName)
Gets a failover group.
|
Mono<FailoverGroupInner> |
getAsync(String resourceGroupName,
String serverName,
String failoverGroupName)
Gets a failover group.
|
com.azure.core.http.rest.Response<FailoverGroupInner> |
getWithResponse(String resourceGroupName,
String serverName,
String failoverGroupName,
com.azure.core.util.Context context)
Gets a failover group.
|
Mono<com.azure.core.http.rest.Response<FailoverGroupInner>> |
getWithResponseAsync(String resourceGroupName,
String serverName,
String failoverGroupName)
Gets a failover group.
|
com.azure.core.http.rest.PagedIterable<FailoverGroupInner> |
listByServer(String resourceGroupName,
String serverName)
Lists the failover groups in a server.
|
com.azure.core.http.rest.PagedIterable<FailoverGroupInner> |
listByServer(String resourceGroupName,
String serverName,
com.azure.core.util.Context context)
Lists the failover groups in a server.
|
com.azure.core.http.rest.PagedFlux<FailoverGroupInner> |
listByServerAsync(String resourceGroupName,
String serverName)
Lists the failover groups in a server.
|
FailoverGroupInner |
update(String resourceGroupName,
String serverName,
String failoverGroupName,
FailoverGroupUpdate parameters)
Updates a failover group.
|
FailoverGroupInner |
update(String resourceGroupName,
String serverName,
String failoverGroupName,
FailoverGroupUpdate parameters,
com.azure.core.util.Context context)
Updates a failover group.
|
Mono<FailoverGroupInner> |
updateAsync(String resourceGroupName,
String serverName,
String failoverGroupName,
FailoverGroupUpdate parameters)
Updates a failover group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(String resourceGroupName,
String serverName,
String failoverGroupName,
FailoverGroupUpdate parameters)
Updates a failover group.
|
Mono<com.azure.core.http.rest.Response<FailoverGroupInner>> getWithResponseAsync(String resourceGroupName, String serverName, 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.serverName - The name of the server containing the failover group.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<FailoverGroupInner> getAsync(String resourceGroupName, String serverName, 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.serverName - The name of the server containing the failover group.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.FailoverGroupInner get(String resourceGroupName, String serverName, 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.serverName - The name of the server containing the failover group.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<FailoverGroupInner> getWithResponse(String resourceGroupName, String serverName, 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.serverName - The name of the server containing the failover group.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 serverName, String failoverGroupName, FailoverGroupInner 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.serverName - The name of the server containing the failover group.failoverGroupName - The name of the failover group.parameters - A 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<FailoverGroupInner>,FailoverGroupInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String failoverGroupName, FailoverGroupInner 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.serverName - The name of the server containing the failover group.failoverGroupName - The name of the failover group.parameters - A 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<FailoverGroupInner>,FailoverGroupInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String failoverGroupName, FailoverGroupInner 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.serverName - The name of the server containing the failover group.failoverGroupName - The name of the failover group.parameters - A 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<FailoverGroupInner>,FailoverGroupInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String failoverGroupName, FailoverGroupInner 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.serverName - The name of the server containing the failover group.failoverGroupName - The name of the failover group.parameters - A 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<FailoverGroupInner> createOrUpdateAsync(String resourceGroupName, String serverName, String failoverGroupName, FailoverGroupInner 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.serverName - The name of the server containing the failover group.failoverGroupName - The name of the failover group.parameters - A 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.FailoverGroupInner createOrUpdate(String resourceGroupName, String serverName, String failoverGroupName, FailoverGroupInner 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.serverName - The name of the server containing the failover group.failoverGroupName - The name of the failover group.parameters - A 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.FailoverGroupInner createOrUpdate(String resourceGroupName, String serverName, String failoverGroupName, FailoverGroupInner 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.serverName - The name of the server containing the failover group.failoverGroupName - The name of the failover group.parameters - A 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 serverName, 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.serverName - The name of the server containing the failover group.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 serverName, 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.serverName - The name of the server containing the failover group.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 serverName, 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.serverName - The name of the server containing the failover group.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 serverName, 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.serverName - The name of the server containing the failover group.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 serverName, 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.serverName - The name of the server containing the failover group.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 serverName, 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.serverName - The name of the server containing the failover group.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 serverName, 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.serverName - The name of the server containing the failover group.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>>> updateWithResponseAsync(String resourceGroupName, String serverName, String failoverGroupName, FailoverGroupUpdate 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.serverName - The name of the server containing the failover group.failoverGroupName - The name of the failover group.parameters - A failover group update request.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<FailoverGroupInner>,FailoverGroupInner> beginUpdateAsync(String resourceGroupName, String serverName, String failoverGroupName, FailoverGroupUpdate 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.serverName - The name of the server containing the failover group.failoverGroupName - The name of the failover group.parameters - A failover group update request.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<FailoverGroupInner>,FailoverGroupInner> beginUpdate(String resourceGroupName, String serverName, String failoverGroupName, FailoverGroupUpdate 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.serverName - The name of the server containing the failover group.failoverGroupName - The name of the failover group.parameters - A failover group update request.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<FailoverGroupInner>,FailoverGroupInner> beginUpdate(String resourceGroupName, String serverName, String failoverGroupName, FailoverGroupUpdate 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.serverName - The name of the server containing the failover group.failoverGroupName - The name of the failover group.parameters - A failover group update request.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<FailoverGroupInner> updateAsync(String resourceGroupName, String serverName, String failoverGroupName, FailoverGroupUpdate 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.serverName - The name of the server containing the failover group.failoverGroupName - The name of the failover group.parameters - A failover group update request.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.FailoverGroupInner update(String resourceGroupName, String serverName, String failoverGroupName, FailoverGroupUpdate 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.serverName - The name of the server containing the failover group.failoverGroupName - The name of the failover group.parameters - A failover group update request.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.FailoverGroupInner update(String resourceGroupName, String serverName, String failoverGroupName, FailoverGroupUpdate 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.serverName - The name of the server containing the failover group.failoverGroupName - The name of the failover group.parameters - A failover group update request.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<FailoverGroupInner> listByServerAsync(String resourceGroupName, String serverName)
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.serverName - The name of the server containing 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.PagedIterable<FailoverGroupInner> listByServer(String resourceGroupName, String serverName)
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.serverName - The name of the server containing 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.PagedIterable<FailoverGroupInner> listByServer(String resourceGroupName, String serverName, 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.serverName - The name of the server containing 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>>> failoverWithResponseAsync(String resourceGroupName, String serverName, 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.serverName - The name of the server containing the failover group.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<FailoverGroupInner>,FailoverGroupInner> beginFailoverAsync(String resourceGroupName, String serverName, 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.serverName - The name of the server containing the failover group.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<FailoverGroupInner>,FailoverGroupInner> beginFailover(String resourceGroupName, String serverName, 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.serverName - The name of the server containing the failover group.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<FailoverGroupInner>,FailoverGroupInner> beginFailover(String resourceGroupName, String serverName, 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.serverName - The name of the server containing the failover group.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<FailoverGroupInner> failoverAsync(String resourceGroupName, String serverName, 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.serverName - The name of the server containing the failover group.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.FailoverGroupInner failover(String resourceGroupName, String serverName, 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.serverName - The name of the server containing the failover group.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.FailoverGroupInner failover(String resourceGroupName, String serverName, 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.serverName - The name of the server containing the failover group.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 serverName, 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.serverName - The name of the server containing the failover group.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<FailoverGroupInner>,FailoverGroupInner> beginForceFailoverAllowDataLossAsync(String resourceGroupName, String serverName, 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.serverName - The name of the server containing the failover group.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<FailoverGroupInner>,FailoverGroupInner> beginForceFailoverAllowDataLoss(String resourceGroupName, String serverName, 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.serverName - The name of the server containing the failover group.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<FailoverGroupInner>,FailoverGroupInner> beginForceFailoverAllowDataLoss(String resourceGroupName, String serverName, 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.serverName - The name of the server containing the failover group.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<FailoverGroupInner> forceFailoverAllowDataLossAsync(String resourceGroupName, String serverName, 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.serverName - The name of the server containing the failover group.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.FailoverGroupInner forceFailoverAllowDataLoss(String resourceGroupName, String serverName, 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.serverName - The name of the server containing the failover group.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.FailoverGroupInner forceFailoverAllowDataLoss(String resourceGroupName, String serverName, 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.serverName - The name of the server containing the failover group.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.