Sha256: c3238db51bf86ce3ac93e23d2e4bdfb4b11074feafdaf186a3df264f39767afd
Contents?: true
Size: 1.14 KB
Versions: 15
Compression:
Stored size: 1.14 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::Compute::Mgmt::V2018_06_01 module Models # # LogAnalytics output properties # class LogAnalyticsOutput include MsRestAzure # @return [String] Output file Uri path to blob container. attr_accessor :output # # Mapper for LogAnalyticsOutput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'LogAnalyticsOutput', type: { name: 'Composite', class_name: 'LogAnalyticsOutput', model_properties: { output: { client_side_validation: true, required: false, read_only: true, serialized_name: 'output', type: { name: 'String' } } } } } end end end end
Version data entries
15 entries across 15 versions & 1 rubygems