Delen via


ProjectTargetPlatform Struct

Definition

Target platform of the project.

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

Constructors

ProjectTargetPlatform(String)

Initializes a new instance of ProjectTargetPlatform.

Properties

AzureDBForMySql

AzureDbForMySql.

AzureDBForPostgreSql

AzureDbForPostgreSql.

MongoDB

MongoDb.

SqlDB

SQLDB.

SqlMI

SQLMI.

Unknown

Unknown.

Methods

Equals(ProjectTargetPlatform)

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

Determines if two ProjectTargetPlatform values are the same.

Implicit(String to ProjectTargetPlatform)

Converts a string to a ProjectTargetPlatform.

Inequality(ProjectTargetPlatform, ProjectTargetPlatform)

Determines if two ProjectTargetPlatform values are not the same.

Applies to