Condividi tramite


MySqlFlexibleServerConfigDynamicState Struct

Definition

If is the configuration dynamic.

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

Constructors

MySqlFlexibleServerConfigDynamicState(String)

Initializes a new instance of MySqlFlexibleServerConfigDynamicState.

Properties

False

False.

True

True.

Methods

Equals(MySqlFlexibleServerConfigDynamicState)

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

Determines if two MySqlFlexibleServerConfigDynamicState values are the same.

Implicit(String to MySqlFlexibleServerConfigDynamicState)

Converts a string to a MySqlFlexibleServerConfigDynamicState.

Inequality(MySqlFlexibleServerConfigDynamicState, MySqlFlexibleServerConfigDynamicState)

Determines if two MySqlFlexibleServerConfigDynamicState values are not the same.

Applies to