MySqlFlexibleServerBackupFormat 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.
Backup Format for the current backup. (CollatedFormat is INTERNAL β DO NOT USE).
public readonly struct MySqlFlexibleServerBackupFormat : IEquatable<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerBackupFormat>
type MySqlFlexibleServerBackupFormat = struct
Public Structure MySqlFlexibleServerBackupFormat
Implements IEquatable(Of MySqlFlexibleServerBackupFormat)
- Inheritance
-
MySqlFlexibleServerBackupFormat
- Implements
Constructors
MySqlFlexibleServerBackupFormat(String) |
Initializes a new instance of MySqlFlexibleServerBackupFormat. |
Properties
CollatedFormat |
CollatedFormat. |
Raw |
Raw. |
Methods
Equals(MySqlFlexibleServerBackupFormat) |
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(MySqlFlexibleServerBackupFormat, MySqlFlexibleServerBackupFormat) |
Determines if two MySqlFlexibleServerBackupFormat values are the same. |
Implicit(String to MySqlFlexibleServerBackupFormat) |
Converts a string to a MySqlFlexibleServerBackupFormat. |
Inequality(MySqlFlexibleServerBackupFormat, MySqlFlexibleServerBackupFormat) |
Determines if two MySqlFlexibleServerBackupFormat values are not the same. |
Applies to
Azure SDK for .NET