class Azure::Kusto::Mgmt::V2020_02_15::Models::AttachedDatabaseConfigurationListResult
The list attached database configurations operation response.
Attributes
value[RW]
@return [Array<AttachedDatabaseConfiguration>] The list of attached database configurations.
Public Class Methods
mapper()
click to toggle source
Mapper for AttachedDatabaseConfigurationListResult
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-02-15/generated/azure_mgmt_kusto/models/attached_database_configuration_list_result.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AttachedDatabaseConfigurationListResult', type: { name: 'Composite', class_name: 'AttachedDatabaseConfigurationListResult', model_properties: { value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'AttachedDatabaseConfigurationElementType', type: { name: 'Composite', class_name: 'AttachedDatabaseConfiguration' } } } } } } } end