ISqlFailoverGroupActionsDefinition.ForceFailoverAllowDataLoss(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fails over from the current primary server to this server. This operation might result in data loss.
public Microsoft.Azure.Management.Sql.Fluent.ISqlFailoverGroup ForceFailoverAllowDataLoss (string failoverGroupName);
abstract member ForceFailoverAllowDataLoss : string -> Microsoft.Azure.Management.Sql.Fluent.ISqlFailoverGroup
Public Function ForceFailoverAllowDataLoss (failoverGroupName As String) As ISqlFailoverGroup
Parameters
- failoverGroupName
- String
The name of the failover group.