@Beta(value=V1_8_0) public static interface SqlFailoverGroupOperations.SqlFailoverGroupActionsDefinition extends SqlChildrenOperations.SqlChildrenActionsDefinition<SqlFailoverGroup>
Modifier and Type | Method and Description |
---|---|
SqlFailoverGroupOperations.DefinitionStages.WithReadWriteEndpointPolicy |
define(String failoverGroupName)
Begins the definition of a new SQL Failover Group to be added to this server.
|
SqlFailoverGroup |
failover(String failoverGroupName)
Fails over from the current primary server to this server.
|
rx.Observable<SqlFailoverGroup> |
failoverAsync(String failoverGroupName)
Asynchronously fails over from the current primary server to this server.
|
SqlFailoverGroup |
forceFailoverAllowDataLoss(String failoverGroupName)
Fails over from the current primary server to this server.
|
rx.Observable<SqlFailoverGroup> |
forceFailoverAllowDataLossAsync(String failoverGroupName)
Fails over from the current primary server to this server.
|
delete, deleteAsync, deleteById, deleteByIdAsync, get, getAsync, getById, getByIdAsync, list, listAsync
SqlFailoverGroupOperations.DefinitionStages.WithReadWriteEndpointPolicy define(String failoverGroupName)
failoverGroupName
- the name of the new Failover Group to be created for the selected SQL serverSqlFailoverGroup failover(String failoverGroupName)
failoverGroupName
- the name of the failover grouprx.Observable<SqlFailoverGroup> failoverAsync(String failoverGroupName)
failoverGroupName
- the name of the failover groupSqlFailoverGroup forceFailoverAllowDataLoss(String failoverGroupName)
failoverGroupName
- the name of the failover grouprx.Observable<SqlFailoverGroup> forceFailoverAllowDataLossAsync(String failoverGroupName)
failoverGroupName
- the name of the failover groupCopyright © 2019. All rights reserved.