Sha256: df6d3952506439897eeecab1f4eff3981df290837d03ac758132c55262d1c315
Contents?: true
Size: 1.71 KB
Versions: 6
Compression:
Stored size: 1.71 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Monitor::Mgmt::V2018_06_01_preview module Models # # Model object. # # class PerformanceCounterConfiguration include MsRestAzure # @return [String] attr_accessor :name # @return [String] attr_accessor :sampling_period # @return [String] attr_accessor :instance # # Mapper for PerformanceCounterConfiguration class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PerformanceCounterConfiguration', type: { name: 'Composite', class_name: 'PerformanceCounterConfiguration', model_properties: { name: { client_side_validation: true, required: true, serialized_name: 'name', type: { name: 'String' } }, sampling_period: { client_side_validation: true, required: true, serialized_name: 'samplingPeriod', type: { name: 'String' } }, instance: { client_side_validation: true, required: false, serialized_name: 'instance', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems