Uses of Class
com.azure.resourcemanager.sql.models.ElasticPoolState
-
Packages that use ElasticPoolState Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models 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 Modifier and Type Method Description ElasticPoolStateElasticPoolInner. state()Get the state property: The state of the elastic pool. -
Uses of ElasticPoolState in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as ElasticPoolState Modifier and Type Field Description static ElasticPoolStateElasticPoolState. CREATINGStatic value Creating for ElasticPoolState.static ElasticPoolStateElasticPoolState. DISABLEDStatic value Disabled for ElasticPoolState.static ElasticPoolStateElasticPoolState. READYStatic value Ready for ElasticPoolState.Methods in com.azure.resourcemanager.sql.models that return ElasticPoolState Modifier and Type Method Description static ElasticPoolStateElasticPoolState. fromString(String name)Creates or finds a ElasticPoolState from its string representation.ElasticPoolStateSqlElasticPool. state()Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ElasticPoolState Modifier and Type Method Description static Collection<ElasticPoolState>ElasticPoolState. values()
-