MySqlFlexibleServerVersion 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 version of a server.
public readonly struct MySqlFlexibleServerVersion : IEquatable<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerVersion>
type MySqlFlexibleServerVersion = struct
Public Structure MySqlFlexibleServerVersion
Implements IEquatable(Of MySqlFlexibleServerVersion)
- Inheritance
-
MySqlFlexibleServerVersion
- Implements
Constructors
MySqlFlexibleServerVersion(String) |
Initializes a new instance of MySqlFlexibleServerVersion. |
Properties
Ver5_7 |
5.7. |
Ver8_0_21 |
8.0.21. |
Methods
Equals(MySqlFlexibleServerVersion) |
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(MySqlFlexibleServerVersion, MySqlFlexibleServerVersion) |
Determines if two MySqlFlexibleServerVersion values are the same. |
Implicit(String to MySqlFlexibleServerVersion) |
Converts a string to a MySqlFlexibleServerVersion. |
Inequality(MySqlFlexibleServerVersion, MySqlFlexibleServerVersion) |
Determines if two MySqlFlexibleServerVersion values are not the same. |
Applies to
Azure SDK for .NET