MigrateMySqlAzureDbForMySqlSyncTaskProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties for the task that migrates MySQL databases to Azure Database for MySQL for online migrations
[Newtonsoft.Json.JsonObject("Migrate.MySql.AzureDbForMySql.Sync")]
public class MigrateMySqlAzureDbForMySqlSyncTaskProperties : Microsoft.Azure.Management.DataMigration.Models.ProjectTaskProperties
[<Newtonsoft.Json.JsonObject("Migrate.MySql.AzureDbForMySql.Sync")>]
type MigrateMySqlAzureDbForMySqlSyncTaskProperties = class
inherit ProjectTaskProperties
Public Class MigrateMySqlAzureDbForMySqlSyncTaskProperties
Inherits ProjectTaskProperties
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
MigrateMySqlAzureDbForMySqlSyncTaskProperties() |
Initializes a new instance of the MigrateMySqlAzureDbForMySqlSyncTaskProperties class. |
MigrateMySqlAzureDbForMySqlSyncTaskProperties(IList<ODataError>, String, IList<CommandProperties>, IDictionary<String,String>, MigrateMySqlAzureDbForMySqlSyncTaskInput, IList<MigrateMySqlAzureDbForMySqlSyncTaskOutput>) |
Initializes a new instance of the MigrateMySqlAzureDbForMySqlSyncTaskProperties 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. |