Share via


MySqlServerState Struct

Definition

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

MySqlServerState(String)

Initializes a new instance of MySqlServerState.

Properties

Disabled

Disabled.

Dropping

Dropping.

Inaccessible

Inaccessible.

Ready

Ready.

Methods

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

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.

Applies to