| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlFailoverGroupOperations.DefinitionStages.WithPartnerServer
The SQL Failover Group definition to set the partner servers.
|
static interface |
SqlFailoverGroupOperations.SqlFailoverGroupOperationsDefinition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlFailoverGroupOperations.DefinitionStages.WithCreate |
SqlFailoverGroupOperations.DefinitionStages.WithDatabase.withDatabaseId(String id)
Sets the SQL Failover Group database.
|
SqlFailoverGroupOperations.DefinitionStages.WithCreate |
SqlFailoverGroupOperations.DefinitionStages.WithDatabase.withDatabaseIds(String... ids)
Sets the SQL Failover Group partner servers.
|
SqlFailoverGroupOperations.DefinitionStages.WithCreate |
SqlFailoverGroupOperations.DefinitionStages.WithReadOnlyEndpointPolicy.withReadOnlyEndpointPolicyDisabled()
Sets the SQL Failover Group failover policy of the read-only endpoint to "Disabled".
|
SqlFailoverGroupOperations.DefinitionStages.WithCreate |
SqlFailoverGroupOperations.DefinitionStages.WithReadOnlyEndpointPolicy.withReadOnlyEndpointPolicyEnabled()
Sets the SQL Failover Group failover policy of the read-only endpoint to "Enabled".
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/