Uses of Class
com.azure.resourcemanager.sql.models.DatabaseReadScale
Packages that use DatabaseReadScale
Package
Description
Package containing the inner data models for SqlManagementClient.
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 DatabaseReadScaleModifier and TypeMethodDescriptionDatabaseInner.readScale()Get the readScale property: The state of read-only routing.DatabaseProperties.readScale()Get the readScale property: The state of read-only routing.DatabaseUpdateProperties.readScale()Get the readScale property: The state of read-only routing.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type DatabaseReadScaleModifier and TypeMethodDescriptionDatabaseInner.withReadScale(DatabaseReadScale readScale) Set the readScale property: The state of read-only routing.DatabaseProperties.withReadScale(DatabaseReadScale readScale) Set the readScale property: The state of read-only routing.DatabaseUpdateProperties.withReadScale(DatabaseReadScale readScale) Set the readScale property: The state of read-only routing. -
Uses of DatabaseReadScale in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type DatabaseReadScale in com.azure.resourcemanager.sql.modelsFields in com.azure.resourcemanager.sql.models declared as DatabaseReadScaleModifier and TypeFieldDescriptionstatic final DatabaseReadScaleDatabaseReadScale.DISABLEDStatic value Disabled for DatabaseReadScale.static final DatabaseReadScaleDatabaseReadScale.ENABLEDStatic value Enabled for DatabaseReadScale.Methods in com.azure.resourcemanager.sql.models that return DatabaseReadScaleModifier and TypeMethodDescriptionstatic DatabaseReadScaleDatabaseReadScale.fromString(String name) Creates or finds a DatabaseReadScale from its string representation.DatabaseUpdate.readScale()Get the readScale property: The state of read-only routing.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type DatabaseReadScaleModifier and TypeMethodDescriptionstatic Collection<DatabaseReadScale> DatabaseReadScale.values()Gets known DatabaseReadScale values.Methods in com.azure.resourcemanager.sql.models with parameters of type DatabaseReadScaleModifier and TypeMethodDescriptionDatabaseUpdate.withReadScale(DatabaseReadScale readScale) Set the readScale property: The state of read-only routing.