ScenarioTarget Struct

Definition

An enumeration of target type.

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

Constructors

ScenarioTarget(String)

Initializes a new instance of ScenarioTarget.

Properties

AzureDBForMySql

AzureDBForMySql.

AzureDBForPostgresSql

AzureDBForPostgresSQL.

MongoDB

MongoDB.

SqlDB

SQLDB.

SqlDW

SQLDW.

SqlMI

SQLMI.

SqlServer

SQLServer.

Methods

Equals(ScenarioTarget)

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

Determines if two ScenarioTarget values are the same.

Implicit(String to ScenarioTarget)

Converts a string to a ScenarioTarget.

Inequality(ScenarioTarget, ScenarioTarget)

Determines if two ScenarioTarget values are not the same.

Applies to