Class: Azure::DataMigration::Mgmt::V2018_04_19::Models::MigrateMISyncCompleteCommandOutput
- Inherits:
-
Object
- Object
- Azure::DataMigration::Mgmt::V2018_04_19::Models::MigrateMISyncCompleteCommandOutput
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-04-19/generated/azure_mgmt_data_migration/models/migrate_misync_complete_command_output.rb
Overview
Output for command that completes online migration for an Azure SQL Database Managed Instance.
Instance Attribute Summary collapse
-
#errors ⇒ Array<ReportableException>
during the command execution.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for MigrateMISyncCompleteCommandOutput class as Ruby Hash.
Instance Attribute Details
#errors ⇒ Array<ReportableException>
during the command execution
18 19 20 |
# File 'lib/2018-04-19/generated/azure_mgmt_data_migration/models/migrate_misync_complete_command_output.rb', line 18 def errors @errors end |
Class Method Details
.mapper ⇒ Object
Mapper for MigrateMISyncCompleteCommandOutput class as Ruby Hash. This will be used for serialization/deserialization.
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/2018-04-19/generated/azure_mgmt_data_migration/models/migrate_misync_complete_command_output.rb', line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'MigrateMISyncCompleteCommandOutput', type: { name: 'Composite', class_name: 'MigrateMISyncCompleteCommandOutput', model_properties: { errors: { client_side_validation: true, required: false, serialized_name: 'errors', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ReportableExceptionElementType', type: { name: 'Composite', class_name: 'ReportableException' } } } } } } } end |