Share via


ProjectSourcePlatform Struct

Definition

Source platform of the project.

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

Constructors

ProjectSourcePlatform(String)

Initializes a new instance of ProjectSourcePlatform.

Properties

MongoDB

MongoDb.

MySql

MySQL.

PostgreSql

PostgreSql.

Sql

SQL.

Unknown

Unknown.

Methods

Equals(ProjectSourcePlatform)

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

Determines if two ProjectSourcePlatform values are the same.

Implicit(String to ProjectSourcePlatform)

Converts a string to a ProjectSourcePlatform.

Inequality(ProjectSourcePlatform, ProjectSourcePlatform)

Determines if two ProjectSourcePlatform values are not the same.

Applies to