| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlFailoverGroupOperations.SqlFailoverGroupOperationsDefinition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlFailoverGroupOperations.DefinitionStages.WithReadWriteEndpointPolicy |
SqlFailoverGroupOperations.SqlFailoverGroupActionsDefinition.define(String failoverGroupName)
Begins the definition of a new SQL Failover Group to be added to this server.
|
SqlFailoverGroupOperations.DefinitionStages.WithReadWriteEndpointPolicy |
SqlFailoverGroupOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Failover Group.
|
SqlFailoverGroupOperations.DefinitionStages.WithReadWriteEndpointPolicy |
SqlFailoverGroupOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(String resourceGroupName,
String sqlServerName,
String location)
Sets the parent SQL server name and resource group it belongs to.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/