MySqlFlexibleServerState 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 a server.
public readonly struct MySqlFlexibleServerState : IEquatable<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerState>
type MySqlFlexibleServerState = struct
Public Structure MySqlFlexibleServerState
Implements IEquatable(Of MySqlFlexibleServerState)
- Inheritance
-
MySqlFlexibleServerState
- Implements
Constructors
MySqlFlexibleServerState(String) |
Initializes a new instance of MySqlFlexibleServerState. |
Properties
Disabled |
Disabled. |
Dropping |
Dropping. |
Ready |
Ready. |
Starting |
Starting. |
Stopped |
Stopped. |
Stopping |
Stopping. |
Updating |
Updating. |
Methods
Equals(MySqlFlexibleServerState) |
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(MySqlFlexibleServerState, MySqlFlexibleServerState) |
Determines if two MySqlFlexibleServerState values are the same. |
Implicit(String to MySqlFlexibleServerState) |
Converts a string to a MySqlFlexibleServerState. |
Inequality(MySqlFlexibleServerState, MySqlFlexibleServerState) |
Determines if two MySqlFlexibleServerState values are not the same. |
Applies to
Azure SDK for .NET