Uses of Interface
com.microsoft.azure.management.sql.SqlFailoverGroup
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlFailoverGroup in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionSqlFailoverGroupOperations.failover
(String resourceGroupName, String serverName, String failoverGroupName) Fails over from the current primary server to this server.Fails over from the current primary server to this server.SqlFailoverGroupOperations.forceFailoverAllowDataLoss
(String resourceGroupName, String serverName, String failoverGroupName) Fails over from the current primary server to this server.SqlFailoverGroupOperations.SqlFailoverGroupActionsDefinition.forceFailoverAllowDataLoss
(String failoverGroupName) Fails over from the current primary server to this server.Modifier and TypeMethodDescriptionrx.Observable<SqlFailoverGroup>
SqlFailoverGroupOperations.failoverAsync
(String resourceGroupName, String serverName, String failoverGroupName) Asynchronously fails over from the current primary server to this server.rx.Observable<SqlFailoverGroup>
SqlFailoverGroupOperations.SqlFailoverGroupActionsDefinition.failoverAsync
(String failoverGroupName) Asynchronously fails over from the current primary server to this server.rx.Observable<SqlFailoverGroup>
SqlFailoverGroupOperations.forceFailoverAllowDataLossAsync
(String resourceGroupName, String serverName, String failoverGroupName) Fails over from the current primary server to this server.rx.Observable<SqlFailoverGroup>
SqlFailoverGroupOperations.SqlFailoverGroupActionsDefinition.forceFailoverAllowDataLossAsync
(String failoverGroupName) Fails over from the current primary server to this server.