Share via


MySqlQueryPerformanceInsightResetDataResultState Struct

Definition

Indicates result of the operation.

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

Constructors

MySqlQueryPerformanceInsightResetDataResultState(String)

Initializes a new instance of MySqlQueryPerformanceInsightResetDataResultState.

Properties

Failed

Failed.

Succeeded

Succeeded.

Methods

Equals(MySqlQueryPerformanceInsightResetDataResultState)

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

Determines if two MySqlQueryPerformanceInsightResetDataResultState values are the same.

Implicit(String to MySqlQueryPerformanceInsightResetDataResultState)

Converts a string to a MySqlQueryPerformanceInsightResetDataResultState.

Inequality(MySqlQueryPerformanceInsightResetDataResultState, MySqlQueryPerformanceInsightResetDataResultState)

Determines if two MySqlQueryPerformanceInsightResetDataResultState values are not the same.

Applies to