MySqlFlexibleServerMaintenanceType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET