Udostępnij za pośrednictwem


MigrateSsisTaskOutputProjectLevel Class

Definition

The MigrateSsisTaskOutputProjectLevel.

public class MigrateSsisTaskOutputProjectLevel : Azure.ResourceManager.DataMigration.Models.MigrateSsisTaskOutput, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.MigrateSsisTaskOutputProjectLevel>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.MigrateSsisTaskOutputProjectLevel>
type MigrateSsisTaskOutputProjectLevel = class
    inherit MigrateSsisTaskOutput
    interface IJsonModel<MigrateSsisTaskOutputProjectLevel>
    interface IPersistableModel<MigrateSsisTaskOutputProjectLevel>
Public Class MigrateSsisTaskOutputProjectLevel
Inherits MigrateSsisTaskOutput
Implements IJsonModel(Of MigrateSsisTaskOutputProjectLevel), IPersistableModel(Of MigrateSsisTaskOutputProjectLevel)
Inheritance
MigrateSsisTaskOutputProjectLevel
Implements

Properties

EndedOn

Migration end time.

ExceptionsAndWarnings

Migration exceptions and warnings.

FolderName

Name of the folder.

Id

Result identifier.

(Inherited from MigrateSsisTaskOutput)
Message

Migration progress message.

ProjectName

Name of the project.

Stage

Stage of SSIS migration.

StartedOn

Migration start time.

State

Current state of migration.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateSsisTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MigrateSsisTaskOutput)
IJsonModel<MigrateSsisTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MigrateSsisTaskOutput)
IJsonModel<MigrateSsisTaskOutputProjectLevel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MigrateSsisTaskOutputProjectLevel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateSsisTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MigrateSsisTaskOutput)
IPersistableModel<MigrateSsisTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MigrateSsisTaskOutput)
IPersistableModel<MigrateSsisTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MigrateSsisTaskOutput)
IPersistableModel<MigrateSsisTaskOutputProjectLevel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSsisTaskOutputProjectLevel>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MigrateSsisTaskOutputProjectLevel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to