Uses of Enum Class
com.microsoft.azure.management.sql.ReadScale
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of ReadScale in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionstatic ReadScale
ReadScale.fromString
(String value) Parses a serialized value to a ReadScale instance.DatabaseUpdate.readScale()
Get conditional.static ReadScale
Returns 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.Modifier and TypeMethodDescriptionDatabaseUpdate.withReadScale
(ReadScale readScale) Set conditional.