Uses of Interface
com.azure.resourcemanager.sql.models.SqlFailoverGroup
Packages that use SqlFailoverGroup
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlFailoverGroup in com.azure.resourcemanager.sql.models
Subinterfaces with type arguments of type SqlFailoverGroup in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure SQL Failover Group.static interfaceThe template for a SQL Failover Group update operation, containing all the settings that can be modified.interfaceA representation of the Azure SQL Failover Group operations.static interfaceThe final stage of the SQL Failover Group definition.static interfaceGrouping of the Azure SQL Failover Group common actions.Methods in com.azure.resourcemanager.sql.models 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.azure.resourcemanager.sql.models that return types with arguments of type SqlFailoverGroupModifier and TypeMethodDescriptionSqlFailoverGroupOperations.failoverAsync(String resourceGroupName, String serverName, String failoverGroupName) Asynchronously fails over from the current primary server to this server.SqlFailoverGroupOperations.SqlFailoverGroupActionsDefinition.failoverAsync(String failoverGroupName) Asynchronously fails over from the current primary server to this server.SqlFailoverGroupOperations.forceFailoverAllowDataLossAsync(String resourceGroupName, String serverName, String failoverGroupName) Fails over from the current primary server to this server.SqlFailoverGroupOperations.SqlFailoverGroupActionsDefinition.forceFailoverAllowDataLossAsync(String failoverGroupName) Fails over from the current primary server to this server.