共用方式為


ISqlFailoverGroupOperations.Failover(String, String, String) Method

Definition

Fails over from the current primary server to this server.

public Microsoft.Azure.Management.Sql.Fluent.ISqlFailoverGroup Failover (string resourceGroupName, string serverName, string failoverGroupName);
abstract member Failover : string * string * string -> Microsoft.Azure.Management.Sql.Fluent.ISqlFailoverGroup
Public Function Failover (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