Class: Azure::DataMigration::Mgmt::V2018_04_19::Models::ConnectToTargetSqlMITaskInput
- Inherits:
-
Object
- Object
- Azure::DataMigration::Mgmt::V2018_04_19::Models::ConnectToTargetSqlMITaskInput
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-04-19/generated/azure_mgmt_data_migration/models/connect_to_target_sql_mitask_input.rb
Overview
Input for the task that validates connection to Azure SQL Database Managed Instance.
Instance Attribute Summary collapse
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ConnectToTargetSqlMITaskInput class as Ruby Hash.
Instance Attribute Details
#target_connection_info ⇒ SqlConnectionInfo
Server
18 19 20 |
# File 'lib/2018-04-19/generated/azure_mgmt_data_migration/models/connect_to_target_sql_mitask_input.rb', line 18 def target_connection_info @target_connection_info end |
Class Method Details
.mapper ⇒ Object
Mapper for ConnectToTargetSqlMITaskInput 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 |
# File 'lib/2018-04-19/generated/azure_mgmt_data_migration/models/connect_to_target_sql_mitask_input.rb', line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ConnectToTargetSqlMITaskInput', type: { name: 'Composite', class_name: 'ConnectToTargetSqlMITaskInput', model_properties: { target_connection_info: { client_side_validation: true, required: true, serialized_name: 'targetConnectionInfo', type: { name: 'Composite', class_name: 'SqlConnectionInfo' } } } } } end |