Uses of Class
com.microsoft.azure.management.sql.ElasticPoolState
Packages that use ElasticPoolState
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of ElasticPoolState in com.microsoft.azure.management.sql
Fields in com.microsoft.azure.management.sql declared as ElasticPoolStateModifier and TypeFieldDescriptionstatic final ElasticPoolStateElasticPoolState.CREATINGStatic value Creating for ElasticPoolState.static final ElasticPoolStateElasticPoolState.DISABLEDStatic value Disabled for ElasticPoolState.static final ElasticPoolStateElasticPoolState.READYStatic value Ready for ElasticPoolState.Methods in com.microsoft.azure.management.sql that return ElasticPoolStateModifier and TypeMethodDescriptionstatic ElasticPoolStateElasticPoolState.fromString(String name) Creates or finds a ElasticPoolState from its string representation.ElasticPoolUpdate.state()Get the state of the elastic pool.SqlElasticPool.state()Methods in com.microsoft.azure.management.sql that return types with arguments of type ElasticPoolState