class Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics

Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.

Attributes

conditions[RW]

@return [Array<DiagnosticCondition>] A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.

Private Class Methods

mapper() click to toggle source

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

# File lib/2016-03-01/generated/azure_mgmt_stream_analytics/models/diagnostics.rb, line 26
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'Diagnostics',
    type: {
      name: 'Composite',
      class_name: 'Diagnostics',
      model_properties: {
        conditions: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'conditions',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'DiagnosticConditionElementType',
                type: {
                  name: 'Composite',
                  class_name: 'DiagnosticCondition'
                }
            }
          }
        }
      }
    }
  }
end