你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MigrateSyncCompleteCommandProperties Constructors
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.
Overloads
MigrateSyncCompleteCommandProperties() |
Initializes a new instance of the MigrateSyncCompleteCommandProperties class. |
MigrateSyncCompleteCommandProperties(IList<ODataError>, String, MigrateSyncCompleteCommandInput, MigrateSyncCompleteCommandOutput) |
Initializes a new instance of the MigrateSyncCompleteCommandProperties class. |
MigrateSyncCompleteCommandProperties()
Initializes a new instance of the MigrateSyncCompleteCommandProperties class.
public MigrateSyncCompleteCommandProperties ();
Public Sub New ()
Applies to
MigrateSyncCompleteCommandProperties(IList<ODataError>, String, MigrateSyncCompleteCommandInput, MigrateSyncCompleteCommandOutput)
Initializes a new instance of the MigrateSyncCompleteCommandProperties class.
public MigrateSyncCompleteCommandProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ODataError> errors = default, string state = default, Microsoft.Azure.Management.DataMigration.Models.MigrateSyncCompleteCommandInput input = default, Microsoft.Azure.Management.DataMigration.Models.MigrateSyncCompleteCommandOutput output = default);
new Microsoft.Azure.Management.DataMigration.Models.MigrateSyncCompleteCommandProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ODataError> * string * Microsoft.Azure.Management.DataMigration.Models.MigrateSyncCompleteCommandInput * Microsoft.Azure.Management.DataMigration.Models.MigrateSyncCompleteCommandOutput -> Microsoft.Azure.Management.DataMigration.Models.MigrateSyncCompleteCommandProperties
Public Sub New (Optional errors As IList(Of ODataError) = Nothing, Optional state As String = Nothing, Optional input As MigrateSyncCompleteCommandInput = Nothing, Optional output As MigrateSyncCompleteCommandOutput = 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'
Command input
Command output. This is ignored if submitted.