Sdílet prostřednictvím


MySqlFlexibleServerBackupFormat Struct

Definition

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