MySqlFlexibleServerPatchStrategy 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.
Enum to indicate the patch strategy of a server.
public readonly struct MySqlFlexibleServerPatchStrategy : IEquatable<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerPatchStrategy>
type MySqlFlexibleServerPatchStrategy = struct
Public Structure MySqlFlexibleServerPatchStrategy
Implements IEquatable(Of MySqlFlexibleServerPatchStrategy)
- Inheritance
-
MySqlFlexibleServerPatchStrategy
- Implements
Constructors
| Name | Description |
|---|---|
| MySqlFlexibleServerPatchStrategy(String) |
Initializes a new instance of MySqlFlexibleServerPatchStrategy. |
Properties
| Name | Description |
|---|---|
| Regular |
Regular. |
| VirtualCanary |
VirtualCanary. |
Methods
| Name | Description |
|---|---|
| Equals(MySqlFlexibleServerPatchStrategy) |
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
| Name | Description |
|---|---|
| Equality(MySqlFlexibleServerPatchStrategy, MySqlFlexibleServerPatchStrategy) |
Determines if two MySqlFlexibleServerPatchStrategy values are the same. |
| Implicit(String to MySqlFlexibleServerPatchStrategy) |
Converts a String to a MySqlFlexibleServerPatchStrategy. |
| Inequality(MySqlFlexibleServerPatchStrategy, MySqlFlexibleServerPatchStrategy) |
Determines if two MySqlFlexibleServerPatchStrategy values are not the same. |