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