Uses of Enum Class
com.microsoft.azure.management.sql.ReadScale
Packages that use ReadScale
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of ReadScale in com.microsoft.azure.management.sql
Methods in com.microsoft.azure.management.sql that return ReadScaleModifier and TypeMethodDescriptionstatic ReadScaleReadScale.fromString(String value) Parses a serialized value to a ReadScale instance.DatabaseUpdate.readScale()Get conditional.static ReadScaleReturns the enum constant of this class with the specified name.static ReadScale[]ReadScale.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.sql with parameters of type ReadScaleModifier and TypeMethodDescriptionDatabaseUpdate.withReadScale(ReadScale readScale) Set conditional.