Share via


MySqlTargetPlatformType Struct

Definition

An enumeration of possible target types when migrating from MySQL.

public readonly struct MySqlTargetPlatformType : IEquatable<Azure.ResourceManager.DataMigration.Models.MySqlTargetPlatformType>
type MySqlTargetPlatformType = struct
Public Structure MySqlTargetPlatformType
Implements IEquatable(Of MySqlTargetPlatformType)
Inheritance
MySqlTargetPlatformType
Implements

Constructors

MySqlTargetPlatformType(String)

Initializes a new instance of MySqlTargetPlatformType.

Properties

AzureDBForMySql

AzureDbForMySQL.

SqlServer

SqlServer.

Methods

Equals(MySqlTargetPlatformType)

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(MySqlTargetPlatformType, MySqlTargetPlatformType)

Determines if two MySqlTargetPlatformType values are the same.

Implicit(String to MySqlTargetPlatformType)

Converts a string to a MySqlTargetPlatformType.

Inequality(MySqlTargetPlatformType, MySqlTargetPlatformType)

Determines if two MySqlTargetPlatformType values are not the same.

Applies to