CommandProperties Constructors

Definition

Overloads

CommandProperties()

Initializes a new instance of the CommandProperties class.

CommandProperties(IList<ODataError>, String)

Initializes a new instance of the CommandProperties class.

CommandProperties()

Initializes a new instance of the CommandProperties class.

public CommandProperties ();
Public Sub New ()

Applies to

CommandProperties(IList<ODataError>, String)

Initializes a new instance of the CommandProperties class.

public CommandProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ODataError> errors = default, string state = default);
new Microsoft.Azure.Management.DataMigration.Models.CommandProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ODataError> * string -> Microsoft.Azure.Management.DataMigration.Models.CommandProperties
Public Sub New (Optional errors As IList(Of ODataError) = Nothing, Optional state As String = Nothing)

Parameters

errors
IList<ODataError>

Array of errors. This is ignored if submitted.

state
String

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

Applies to