Sdílet prostřednictvím


MySqlFlexibleServerBackupType Struct

Definition

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