Package | Description |
---|---|
com.microsoft.azure.management.sql |
This package contains the classes 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.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<SqlFailoverGroup> |
SqlFailoverGroupOperations.SqlFailoverGroupActionsDefinition.failoverAsync(String failoverGroupName)
Asynchronously fails over from the current primary server to this server.
|
rx.Observable<SqlFailoverGroup> |
SqlFailoverGroupOperations.failoverAsync(String resourceGroupName,
String serverName,
String failoverGroupName)
Asynchronously fails over from the current primary server to this server.
|
rx.Observable<SqlFailoverGroup> |
SqlFailoverGroupOperations.SqlFailoverGroupActionsDefinition.forceFailoverAllowDataLossAsync(String failoverGroupName)
Fails over from the current primary server to this server.
|
rx.Observable<SqlFailoverGroup> |
SqlFailoverGroupOperations.forceFailoverAllowDataLossAsync(String resourceGroupName,
String serverName,
String failoverGroupName)
Fails over from the current primary server to this server.
|
Copyright © 2019. All rights reserved.