@Beta(value=V1_8_0) public interface SqlFailoverGroupOperations extends SupportsCreating<SqlFailoverGroupOperations.DefinitionStages.WithSqlServer>, SqlChildrenOperations<SqlFailoverGroup>
Modifier and Type | Interface and Description |
---|---|
static interface |
SqlFailoverGroupOperations.DefinitionStages
Grouping of all the SQL Failover Group definition stages.
|
static interface |
SqlFailoverGroupOperations.SqlFailoverGroupActionsDefinition
Grouping of the Azure SQL Failover Group common actions.
|
static interface |
SqlFailoverGroupOperations.SqlFailoverGroupOperationsDefinition
Container interface for all the definitions that need to be implemented.
|
SqlChildrenOperations.SqlChildrenActionsDefinition<T>
Modifier and Type | Method and Description |
---|---|
SqlFailoverGroup |
failover(String resourceGroupName,
String serverName,
String failoverGroupName)
Fails over from the current primary server to this server.
|
rx.Observable<SqlFailoverGroup> |
failoverAsync(String resourceGroupName,
String serverName,
String failoverGroupName)
Asynchronously fails over from the current primary server to this server.
|
SqlFailoverGroup |
forceFailoverAllowDataLoss(String resourceGroupName,
String serverName,
String failoverGroupName)
Fails over from the current primary server to this server.
|
rx.Observable<SqlFailoverGroup> |
forceFailoverAllowDataLossAsync(String resourceGroupName,
String serverName,
String failoverGroupName)
Fails over from the current primary server to this server.
|
define
deleteById, deleteByIdAsync, deleteBySqlServer, deleteBySqlServerAsync, getById, getByIdAsync, getBySqlServer, getBySqlServer, getBySqlServerAsync, getBySqlServerAsync, listBySqlServer, listBySqlServer, listBySqlServerAsync, listBySqlServerAsync
SqlFailoverGroup failover(String resourceGroupName, String serverName, String failoverGroupName)
resourceGroupName
- the name of the resource group that contains the resourceserverName
- the name of the server containing the failover groupfailoverGroupName
- the name of the failover grouprx.Observable<SqlFailoverGroup> failoverAsync(String resourceGroupName, String serverName, String failoverGroupName)
resourceGroupName
- the name of the resource group that contains the resourceserverName
- the name of the server containing the failover groupfailoverGroupName
- the name of the failover groupSqlFailoverGroup forceFailoverAllowDataLoss(String resourceGroupName, String serverName, String failoverGroupName)
resourceGroupName
- the name of the resource group that contains the resourceserverName
- the name of the server containing the failover groupfailoverGroupName
- the name of the failover grouprx.Observable<SqlFailoverGroup> forceFailoverAllowDataLossAsync(String resourceGroupName, String serverName, String failoverGroupName)
resourceGroupName
- the name of the resource group that contains the resourceserverName
- the name of the server containing the failover groupfailoverGroupName
- the name of the failover groupCopyright © 2019. All rights reserved.