Sdílet prostřednictvím


MySqlFlexibleServerMaintenanceState Struct

Definition

The current status of this maintenance.

public readonly struct MySqlFlexibleServerMaintenanceState : IEquatable<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerMaintenanceState>
type MySqlFlexibleServerMaintenanceState = struct
Public Structure MySqlFlexibleServerMaintenanceState
Implements IEquatable(Of MySqlFlexibleServerMaintenanceState)
Inheritance
MySqlFlexibleServerMaintenanceState
Implements

Constructors

MySqlFlexibleServerMaintenanceState(String)

Initializes a new instance of MySqlFlexibleServerMaintenanceState.

Properties

Canceled

Canceled.

Completed

Completed.

InPreparation

InPreparation.

Processing

Processing.

ReScheduled

ReScheduled.

Scheduled

Scheduled.

Methods

Equals(MySqlFlexibleServerMaintenanceState)

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(MySqlFlexibleServerMaintenanceState, MySqlFlexibleServerMaintenanceState)

Determines if two MySqlFlexibleServerMaintenanceState values are the same.

Implicit(String to MySqlFlexibleServerMaintenanceState)

Converts a string to a MySqlFlexibleServerMaintenanceState.

Inequality(MySqlFlexibleServerMaintenanceState, MySqlFlexibleServerMaintenanceState)

Determines if two MySqlFlexibleServerMaintenanceState values are not the same.

Applies to