ArmDataMigrationModelFactory.MigrateSyncCompleteCommandProperties Method
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.
Initializes a new instance of MigrateSyncCompleteCommandProperties.
public static Azure.ResourceManager.DataMigration.Models.MigrateSyncCompleteCommandProperties MigrateSyncCompleteCommandProperties (System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.ODataError> errors = default, Azure.ResourceManager.DataMigration.Models.CommandState? state = default, Azure.ResourceManager.DataMigration.Models.MigrateSyncCompleteCommandInput input = default, Azure.ResourceManager.DataMigration.Models.MigrateSyncCompleteCommandOutput output = default, string commandId = default);
static member MigrateSyncCompleteCommandProperties : seq<Azure.ResourceManager.DataMigration.Models.ODataError> * Nullable<Azure.ResourceManager.DataMigration.Models.CommandState> * Azure.ResourceManager.DataMigration.Models.MigrateSyncCompleteCommandInput * Azure.ResourceManager.DataMigration.Models.MigrateSyncCompleteCommandOutput * string -> Azure.ResourceManager.DataMigration.Models.MigrateSyncCompleteCommandProperties
Public Shared Function MigrateSyncCompleteCommandProperties (Optional errors As IEnumerable(Of ODataError) = Nothing, Optional state As Nullable(Of CommandState) = Nothing, Optional input As MigrateSyncCompleteCommandInput = Nothing, Optional output As MigrateSyncCompleteCommandOutput = Nothing, Optional commandId As String = Nothing) As MigrateSyncCompleteCommandProperties
Parameters
- errors
- IEnumerable<ODataError>
Array of errors. This is ignored if submitted.
- state
- Nullable<CommandState>
The state of the command. This is ignored if submitted.
Command input.
Command output. This is ignored if submitted.
- commandId
- String
Command id.
Returns
A new MigrateSyncCompleteCommandProperties instance for mocking.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET