ISqlFailoverGroupOperations.ForceFailoverAllowDataLoss 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 resourceGroupName, string serverName, string failoverGroupName);
abstract member ForceFailoverAllowDataLoss : string * string * string -> Microsoft.Azure.Management.Sql.Fluent.ISqlFailoverGroup
Public Function ForceFailoverAllowDataLoss (resourceGroupName As String, serverName As String, failoverGroupName As String) As ISqlFailoverGroup
Parameters
- resourceGroupName
- String
The name of the resource group that contains the resource.
- serverName
- String
The name of the server containing the failover group.
- failoverGroupName
- String
The name of the failover group.
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET