Sha256: 846ec1f80cd433c10df4b16fc26da75cd6a6a654df6087271cdae7a327be6e21
Contents?: true
Size: 1.14 KB
Versions: 1
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::V2020_12_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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_compute-0.22.0 | lib/2020-12-01/generated/azure_mgmt_compute/models/log_analytics_output.rb |