ISqlFailoverGroupActionsDefinition.Failover(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.
public Microsoft.Azure.Management.Sql.Fluent.ISqlFailoverGroup Failover (string failoverGroupName);
abstract member Failover : string -> Microsoft.Azure.Management.Sql.Fluent.ISqlFailoverGroup
Public Function Failover (failoverGroupName As String) As ISqlFailoverGroup
Parameters
- failoverGroupName
- String
The name of the failover group.