ProjectTargetPlatform Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Plateforme cible du projet.
public readonly struct ProjectTargetPlatform : IEquatable<Azure.ResourceManager.DataMigration.Models.ProjectTargetPlatform>
type ProjectTargetPlatform = struct
Public Structure ProjectTargetPlatform
Implements IEquatable(Of ProjectTargetPlatform)
- Héritage
-
ProjectTargetPlatform
- Implémente
Constructeurs
ProjectTargetPlatform(String) |
Initialise une nouvelle instance de ProjectTargetPlatform. |
Propriétés
AzureDBForMySql |
AzureDbForMySql. |
AzureDBForPostgreSql |
AzureDbForPostgreSql. |
MongoDB |
Mongodb. |
SqlDB |
SQLDB. |
SqlMI |
SQLMI. |
Unknown |
Inconnu. |
Méthodes
Equals(ProjectTargetPlatform) |
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(ProjectTargetPlatform, ProjectTargetPlatform) |
Détermine si deux ProjectTargetPlatform valeurs sont identiques. |
Implicit(String to ProjectTargetPlatform) |
Convertit une chaîne en ProjectTargetPlatform. |
Inequality(ProjectTargetPlatform, ProjectTargetPlatform) |
Détermine si deux ProjectTargetPlatform valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET