| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| 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 © 2020 Microsoft Corporation. All rights reserved.