class Azure::Compute::Mgmt::V2019_03_01::Models::LogAnalyticsOutput

LogAnalytics output properties

Attributes

output[RW]

@return [String] Output file Uri path to blob container.

Public Class Methods

mapper() click to toggle source

Mapper for LogAnalyticsOutput class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2019-03-01/generated/azure_mgmt_compute/models/log_analytics_output.rb, line 23
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