Share via


MySqlSkuTier Struct

Definition

The tier of the particular SKU, e.g. Basic.

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

Constructors

MySqlSkuTier(String)

Initializes a new instance of MySqlSkuTier.

Properties

Basic

Basic.

GeneralPurpose

GeneralPurpose.

MemoryOptimized

MemoryOptimized.

Methods

Equals(MySqlSkuTier)

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

Determines if two MySqlSkuTier values are the same.

Implicit(String to MySqlSkuTier)

Converts a string to a MySqlSkuTier.

Inequality(MySqlSkuTier, MySqlSkuTier)

Determines if two MySqlSkuTier values are not the same.

Applies to