class Azure::DataShare::Mgmt::V2018_11_01_preview::Models::OperationMetaServiceSpecification
The operation meta service specification
Attributes
log_specifications[RW]
@return [Array<OperationMetaLogSpecification>] log specifications for the operation
metric_specifications[RW]
@return [Array<OperationMetaMetricSpecification>] metric specifications for the operation
Public Class Methods
mapper()
click to toggle source
Mapper for OperationMetaServiceSpecification
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-11-01-preview/generated/azure_mgmt_datashare/models/operation_meta_service_specification.rb, line 28 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'OperationMetaServiceSpecification', type: { name: 'Composite', class_name: 'OperationMetaServiceSpecification', model_properties: { log_specifications: { client_side_validation: true, required: false, serialized_name: 'logSpecifications', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'OperationMetaLogSpecificationElementType', type: { name: 'Composite', class_name: 'OperationMetaLogSpecification' } } } }, metric_specifications: { client_side_validation: true, required: false, serialized_name: 'metricSpecifications', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'OperationMetaMetricSpecificationElementType', type: { name: 'Composite', class_name: 'OperationMetaMetricSpecification' } } } } } } } end