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