Bagikan melalui


MySqlFlexibleServerMaintenanceType Struct

Definition

The type of this maintenance.

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

Constructors

MySqlFlexibleServerMaintenanceType(String)

Initializes a new instance of MySqlFlexibleServerMaintenanceType.

Properties

HotFixes

HotFixes.

MinorVersionUpgrade

MinorVersionUpgrade.

RoutineMaintenance

RoutineMaintenance.

SecurityPatches

SecurityPatches.

Methods

Equals(MySqlFlexibleServerMaintenanceType)

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

Determines if two MySqlFlexibleServerMaintenanceType values are the same.

Implicit(String to MySqlFlexibleServerMaintenanceType)

Converts a string to a MySqlFlexibleServerMaintenanceType.

Inequality(MySqlFlexibleServerMaintenanceType, MySqlFlexibleServerMaintenanceType)

Determines if two MySqlFlexibleServerMaintenanceType values are not the same.

Applies to