Partager via


ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties Class

Definition

Properties for the task that validates connection to Azure Database For PostgreSQL server and target server requirements for online migration

[Newtonsoft.Json.JsonObject("ConnectToTarget.AzureDbForPostgreSql.Sync")]
public class ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties : Microsoft.Azure.Management.DataMigration.Models.ProjectTaskProperties
[<Newtonsoft.Json.JsonObject("ConnectToTarget.AzureDbForPostgreSql.Sync")>]
type ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties = class
    inherit ProjectTaskProperties
Public Class ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties
Inherits ProjectTaskProperties
Inheritance
ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties()

Initializes a new instance of the ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties class.

ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties(IList<ODataError>, String, IList<CommandProperties>, IDictionary<String,String>, ConnectToTargetAzureDbForPostgreSqlSyncTaskInput, IList<ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput>)

Initializes a new instance of the ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties class.

Properties

ClientData

Gets or sets key value pairs of client data to attach meta data information to task

(Inherited from ProjectTaskProperties)
Commands

Gets array of command properties.

(Inherited from ProjectTaskProperties)
Errors

Gets array of errors. This is ignored if submitted.

(Inherited from ProjectTaskProperties)
Input

Gets or sets task input

Output

Gets task output. This is ignored if submitted.

State

Gets the state of the task. This is ignored if submitted. Possible values include: 'Unknown', 'Queued', 'Running', 'Canceled', 'Succeeded', 'Failed', 'FailedInputValidation', 'Faulted'

(Inherited from ProjectTaskProperties)

Methods

Validate()

Validate the object.

Applies to