Uses of Interface
com.microsoft.azure.management.sql.SqlFailoverGroup
Packages that use SqlFailoverGroup
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlFailoverGroup in com.microsoft.azure.management.sql
Methods in com.microsoft.azure.management.sql that return SqlFailoverGroupModifier 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.Methods in com.microsoft.azure.management.sql that return types with arguments of type SqlFailoverGroupModifier 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.