Uses of Class
com.azure.resourcemanager.sql.models.DatabaseReadScale
-
Packages that use DatabaseReadScale 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. -
-
Uses of DatabaseReadScale in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return DatabaseReadScale Modifier and Type Method Description DatabaseReadScaleDatabaseInner. 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.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type DatabaseReadScale Modifier and Type Method Description DatabaseInnerDatabaseInner. 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. -
Uses of DatabaseReadScale in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as DatabaseReadScale Modifier and Type Field Description static DatabaseReadScaleDatabaseReadScale. DISABLEDStatic value Disabled for DatabaseReadScale.static DatabaseReadScaleDatabaseReadScale. ENABLEDStatic value Enabled for DatabaseReadScale.Methods in com.azure.resourcemanager.sql.models that return DatabaseReadScale Modifier and Type Method Description static DatabaseReadScaleDatabaseReadScale. fromString(String name)Creates or finds a DatabaseReadScale from its string representation.DatabaseReadScaleDatabaseUpdate. 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.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type DatabaseReadScale Modifier and Type Method Description static Collection<DatabaseReadScale>DatabaseReadScale. values()Methods in com.azure.resourcemanager.sql.models with parameters of type DatabaseReadScale Modifier and Type Method Description DatabaseUpdateDatabaseUpdate. 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.
-