Uses of Class
com.azure.resourcemanager.sql.models.ElasticPoolState
Packages that use ElasticPoolState
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ElasticPoolState in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ElasticPoolState -
Uses of ElasticPoolState in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type ElasticPoolState in com.azure.resourcemanager.sql.modelsFields in com.azure.resourcemanager.sql.models 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.azure.resourcemanager.sql.models that return ElasticPoolStateModifier and TypeMethodDescriptionstatic ElasticPoolStateElasticPoolState.fromString(String name) Creates or finds a ElasticPoolState from its string representation.SqlElasticPool.state()Gets the state of the Azure SQL Elastic Pool.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ElasticPoolStateModifier and TypeMethodDescriptionstatic Collection<ElasticPoolState> ElasticPoolState.values()Gets known ElasticPoolState values.