Delen via


SchemaMigrationStage Struct

Definition

Current stage of schema migration.

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

Constructors

SchemaMigrationStage(String)

Initializes a new instance of SchemaMigrationStage.

Properties

CollectingObjects

CollectingObjects.

Completed

Completed.

CompletedWithWarnings

CompletedWithWarnings.

DeployingSchema

DeployingSchema.

DownloadingScript

DownloadingScript.

Failed

Failed.

GeneratingScript

GeneratingScript.

NotStarted

NotStarted.

UploadingScript

UploadingScript.

ValidatingInputs

ValidatingInputs.

Methods

Equals(SchemaMigrationStage)

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

Determines if two SchemaMigrationStage values are the same.

Implicit(String to SchemaMigrationStage)

Converts a string to a SchemaMigrationStage.

Inequality(SchemaMigrationStage, SchemaMigrationStage)

Determines if two SchemaMigrationStage values are not the same.

Applies to