Sha256: 41f764271172bbdd025eda8f9660fe644c07fe53db17e22cbaf6622b02136fbf
Contents?: true
Size: 1.46 KB
Versions: 8
Compression:
Stored size: 1.46 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::ContainerInstance::Mgmt::V2018_06_01 module Models # # Container group log analytics information. # class LogAnalytics include MsRestAzure # @return [String] The workspace id for log analytics attr_accessor :workspace_id # @return [String] The workspace key for log analytics attr_accessor :workspace_key # # Mapper for LogAnalytics class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'LogAnalytics', type: { name: 'Composite', class_name: 'LogAnalytics', model_properties: { workspace_id: { client_side_validation: true, required: true, serialized_name: 'workspaceId', type: { name: 'String' } }, workspace_key: { client_side_validation: true, required: true, serialized_name: 'workspaceKey', type: { name: 'String' } } } } } end end end end
Version data entries
8 entries across 8 versions & 1 rubygems