Share via


DataMigrationProjectSourcePlatform Struct

Definition

Source platform of the project.

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

Constructors

Name Description
DataMigrationProjectSourcePlatform(String)

Initializes a new instance of DataMigrationProjectSourcePlatform.

Properties

Name Description
MongoDB

MongoDb.

MySql

MySQL.

PostgreSql

PostgreSql.

Sql

SQL.

Unknown

Unknown.

Methods

Name Description
Equals(DataMigrationProjectSourcePlatform)

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

Name Description
Equality(DataMigrationProjectSourcePlatform, DataMigrationProjectSourcePlatform)

Determines if two DataMigrationProjectSourcePlatform values are the same.

Implicit(String to DataMigrationProjectSourcePlatform)

Converts a String to a DataMigrationProjectSourcePlatform.

Inequality(DataMigrationProjectSourcePlatform, DataMigrationProjectSourcePlatform)

Determines if two DataMigrationProjectSourcePlatform values are not the same.

Applies to