ScenarioSource Struct

Definition

An enumeration of source type.

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

Constructors

ScenarioSource(String)

Initializes a new instance of ScenarioSource.

Properties

Access

Access.

DB2

DB2.

MongoDB

MongoDB.

MySql

MySQL.

MySqlrds

MySQLRDS.

Oracle

Oracle.

PostgreSql

PostgreSQL.

PostgreSqlrds

PostgreSQLRDS.

Sql

SQL.

Sqlrds

SQLRDS.

Sybase

Sybase.

Methods

Equals(ScenarioSource)

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

Determines if two ScenarioSource values are the same.

Implicit(String to ScenarioSource)

Converts a string to a ScenarioSource.

Inequality(ScenarioSource, ScenarioSource)

Determines if two ScenarioSource values are not the same.

Applies to