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