| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SqlFailoverGroup |
SqlFailoverGroupOperations.SqlFailoverGroupActionsDefinition.failover(String failoverGroupName)
Fails over from the current primary server to this server.
|
SqlFailoverGroup |
SqlFailoverGroupOperations.failover(String resourceGroupName,
String serverName,
String failoverGroupName)
Fails over from the current primary server to this server.
|
SqlFailoverGroup |
SqlFailoverGroupOperations.SqlFailoverGroupActionsDefinition.forceFailoverAllowDataLoss(String failoverGroupName)
Fails over from the current primary server to this server.
|
SqlFailoverGroup |
SqlFailoverGroupOperations.forceFailoverAllowDataLoss(String resourceGroupName,
String serverName,
String failoverGroupName)
Fails over from the current primary server to this server.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.