class Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolListResult
Represents the response to a list elastic pool request.
Attributes
value[RW]
@return [Array<ElasticPool>] The list of elastic pools hosted in the server.
Public Class Methods
mapper()
click to toggle source
Mapper for ElasticPoolListResult
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_list_result.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ElasticPoolListResult', type: { name: 'Composite', class_name: 'ElasticPoolListResult', model_properties: { value: { client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ElasticPoolElementType', type: { name: 'Composite', class_name: 'ElasticPool' } } } } } } } end