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 ElasticPoolState
ElasticPoolState.CREATING
Static value Creating for ElasticPoolState.static final ElasticPoolState
ElasticPoolState.DISABLED
Static value Disabled for ElasticPoolState.static final ElasticPoolState
ElasticPoolState.READY
Static value Ready for ElasticPoolState.Methods in com.microsoft.azure.management.sql that return ElasticPoolStateModifier and TypeMethodDescriptionstatic ElasticPoolState
ElasticPoolState.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