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
ElasticPoolState(String) |
Initializes a new instance of ElasticPoolState. |
Properties
Creating |
Creating. |
Disabled |
Disabled. |
Ready |
Ready. |
Methods
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
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. |
Applies to
Azure SDK for .NET