class Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ServiceSpecification
The specification of the service.
Attributes
metric_specifications[RW]
@return [Array<MetricSpecifications>] The metric specifications.
Private Class Methods
mapper()
click to toggle source
Mapper for ServiceSpecification
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/service_specification.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ServiceSpecification', type: { name: 'Composite', class_name: 'ServiceSpecification', model_properties: { metric_specifications: { client_side_validation: true, required: false, serialized_name: 'metricSpecifications', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'MetricSpecificationsElementType', type: { name: 'Composite', class_name: 'MetricSpecifications' } } } } } } } end