MigrateSyncCompleteCommandProperties Class

Definition

Properties for the command that completes sync migration for a database.

[Newtonsoft.Json.JsonObject("Migrate.Sync.Complete.Database")]
public class MigrateSyncCompleteCommandProperties : Microsoft.Azure.Management.DataMigration.Models.CommandProperties
[<Newtonsoft.Json.JsonObject("Migrate.Sync.Complete.Database")>]
type MigrateSyncCompleteCommandProperties = class
    inherit CommandProperties
Public Class MigrateSyncCompleteCommandProperties
Inherits CommandProperties
Inheritance
MigrateSyncCompleteCommandProperties
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

MigrateSyncCompleteCommandProperties()

Initializes a new instance of the MigrateSyncCompleteCommandProperties class.

MigrateSyncCompleteCommandProperties(IList<ODataError>, String, MigrateSyncCompleteCommandInput, MigrateSyncCompleteCommandOutput)

Initializes a new instance of the MigrateSyncCompleteCommandProperties class.

Properties

Errors

Gets array of errors. This is ignored if submitted.

(Inherited from CommandProperties)
Input

Gets or sets command input

Output

Gets command output. This is ignored if submitted.

State

Gets the state of the command. This is ignored if submitted. Possible values include: 'Unknown', 'Accepted', 'Running', 'Succeeded', 'Failed'

(Inherited from CommandProperties)

Methods

Validate()

Validate the object.

Applies to