Partager via


ProjectSourcePlatform Structure

Définition

Plateforme source du projet.

public readonly struct ProjectSourcePlatform : IEquatable<Azure.ResourceManager.DataMigration.Models.ProjectSourcePlatform>
type ProjectSourcePlatform = struct
Public Structure ProjectSourcePlatform
Implements IEquatable(Of ProjectSourcePlatform)
Héritage
ProjectSourcePlatform
Implémente

Constructeurs

ProjectSourcePlatform(String)

Initialise une nouvelle instance de ProjectSourcePlatform.

Propriétés

MongoDB

Mongodb.

MySql

Mysql.

PostgreSql

Postgresql.

Sql

SQL.

Unknown

Inconnu.

Méthodes

Equals(ProjectSourcePlatform)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(ProjectSourcePlatform, ProjectSourcePlatform)

Détermine si deux ProjectSourcePlatform valeurs sont identiques.

Implicit(String to ProjectSourcePlatform)

Convertit une chaîne en ProjectSourcePlatform.

Inequality(ProjectSourcePlatform, ProjectSourcePlatform)

Détermine si deux ProjectSourcePlatform valeurs ne sont pas identiques.

S’applique à