Sha256: b514ef07889a69575da259274e7ab2d83bc95030fe55328e82ca90c8d269f7d2
Contents?: true
Size: 1.14 KB
Versions: 9
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::V2019_03_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
9 entries across 9 versions & 1 rubygems