Sdílet prostřednictvím


ProjectTaskData Class

Definition

A class representing the ProjectTask data model. A task resource

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

Constructors

ProjectTaskData()

Initializes a new instance of ProjectTaskData.

Properties

ETag

HTTP strong entity tag value. This is ignored if submitted.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
Properties

Custom task properties Please note ProjectTaskProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ConnectToMongoDBTaskProperties, ConnectToSourceMySqlTaskProperties, ConnectToSourceOracleSyncTaskProperties, ConnectToSourcePostgreSqlSyncTaskProperties, ConnectToSourceSqlServerTaskProperties, ConnectToSourceSqlServerSyncTaskProperties, ConnectToTargetAzureDBForMySqlTaskProperties, ConnectToTargetAzureDBForPostgreSqlSyncTaskProperties, ConnectToTargetSqlMITaskProperties, ConnectToTargetSqlMISyncTaskProperties, ConnectToTargetOracleAzureDBForPostgreSqlSyncTaskProperties, ConnectToTargetSqlDBTaskProperties, ConnectToTargetSqlDBSyncTaskProperties, GetTdeCertificatesSqlTaskProperties, GetUserTablesSqlSyncTaskProperties, GetUserTablesSqlTaskProperties, GetUserTablesMySqlTaskProperties, GetUserTablesOracleTaskProperties, GetUserTablesPostgreSqlTaskProperties, MigrateMongoDBTaskProperties, MigrateMySqlAzureDBForMySqlOfflineTaskProperties, MigrateMySqlAzureDBForMySqlSyncTaskProperties, MigrateOracleAzureDBForPostgreSqlSyncTaskProperties, MigratePostgreSqlAzureDBForPostgreSqlSyncTaskProperties, MigrateSqlServerSqlDBSyncTaskProperties, MigrateSqlServerSqlMITaskProperties, MigrateSqlServerSqlMISyncTaskProperties, MigrateSqlServerSqlDBTaskProperties, MigrateSsisTaskProperties, MigrateSchemaSqlServerSqlDBTaskProperties, CheckOciDriverTaskProperties, InstallOciDriverTaskProperties, UploadOciDriverTaskProperties, ValidateMongoDBTaskProperties, ValidateOracleAzureDBForPostgreSqlSyncTaskProperties, ValidateMigrationInputSqlServerSqlMITaskProperties, ValidateMigrationInputSqlServerSqlMISyncTaskProperties and ValidateMigrationInputSqlServerSqlDBSyncTaskProperties.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ProjectTaskData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ProjectTaskData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProjectTaskData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProjectTaskData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ProjectTaskData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to