MySqlServerState 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.
A state of a server that is visible to user.
public readonly struct MySqlServerState : IEquatable<Azure.ResourceManager.MySql.Models.MySqlServerState>
type MySqlServerState = struct
Public Structure MySqlServerState
Implements IEquatable(Of MySqlServerState)
- Inheritance
-
MySqlServerState
- Implements
Constructors
| Name | Description |
|---|---|
| MySqlServerState(String) |
Initializes a new instance of MySqlServerState. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Dropping |
Dropping. |
| Inaccessible |
Inaccessible. |
| Ready |
Ready. |
Methods
| Name | Description |
|---|---|
| Equals(MySqlServerState) |
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(MySqlServerState, MySqlServerState) |
Determines if two MySqlServerState values are the same. |
| Implicit(String to MySqlServerState) |
Converts a String to a MySqlServerState. |
| Inequality(MySqlServerState, MySqlServerState) |
Determines if two MySqlServerState values are not the same. |