ElasticPoolState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The state of the elastic pool.
public readonly struct ElasticPoolState : IEquatable<Azure.ResourceManager.Sql.Models.ElasticPoolState>
type ElasticPoolState = struct
Public Structure ElasticPoolState
Implements IEquatable(Of ElasticPoolState)
- Inheritance
-
ElasticPoolState
- Implements
Constructors
| Name | Description |
|---|---|
| ElasticPoolState(String) |
Initializes a new instance of ElasticPoolState. |
Properties
| Name | Description |
|---|---|
| Creating |
Creating. |
| Disabled |
Disabled. |
| Ready |
Ready. |
Methods
| Name | Description |
|---|---|
| Equals(ElasticPoolState) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ElasticPoolState, ElasticPoolState) |
Determines if two ElasticPoolState values are the same. |
| Implicit(String to ElasticPoolState) |
Converts a String to a ElasticPoolState. |
| Inequality(ElasticPoolState, ElasticPoolState) |
Determines if two ElasticPoolState values are not the same. |