| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseReadScale |
DatabaseInner.readScale()
Get the readScale property: If enabled, connections that have application intent set to readonly in their
connection string may be routed to a readonly secondary replica.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseInner |
DatabaseInner.withReadScale(DatabaseReadScale readScale)
Set the readScale property: If enabled, connections that have application intent set to readonly in their
connection string may be routed to a readonly secondary replica.
|
| Modifier and Type | Field and Description |
|---|---|
static DatabaseReadScale |
DatabaseReadScale.DISABLED
Static value Disabled for DatabaseReadScale.
|
static DatabaseReadScale |
DatabaseReadScale.ENABLED
Static value Enabled for DatabaseReadScale.
|
| Modifier and Type | Method and Description |
|---|---|
static DatabaseReadScale |
DatabaseReadScale.fromString(String name)
Creates or finds a DatabaseReadScale from its string representation.
|
DatabaseReadScale |
DatabaseUpdate.readScale()
Get the readScale property: If enabled, connections that have application intent set to readonly in their
connection string may be routed to a readonly secondary replica.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseUpdate |
DatabaseUpdate.withReadScale(DatabaseReadScale readScale)
Set the readScale property: If enabled, connections that have application intent set to readonly in their
connection string may be routed to a readonly secondary replica.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.