Sha256: 491dbd49f4f96432c0017fd9fc0d6438c5bd0ad5734409478da17c03494b685c

Contents?: true

Size: 1.5 KB

Versions: 12

Compression:

Stored size: 1.5 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::Monitor::Mgmt::V2015_04_01
  module Models
    #
    # Microsoft Insights API operation definition.
    #
    class Operation

      include MsRestAzure

      # @return [String] Operation name: {provider}/{resource}/{operation}
      attr_accessor :name

      # @return [OperationDisplay] Display metadata associated with the
      # operation.
      attr_accessor :display


      #
      # Mapper for Operation class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'Operation',
          type: {
            name: 'Composite',
            class_name: 'Operation',
            model_properties: {
              name: {
                client_side_validation: true,
                required: false,
                serialized_name: 'name',
                type: {
                  name: 'String'
                }
              },
              display: {
                client_side_validation: true,
                required: false,
                serialized_name: 'display',
                type: {
                  name: 'Composite',
                  class_name: 'OperationDisplay'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
azure_mgmt_monitor-0.19.0 lib/2015-04-01/generated/azure_mgmt_monitor/models/operation.rb
azure_mgmt_monitor-0.18.0 lib/2015-04-01/generated/azure_mgmt_monitor/models/operation.rb
azure_mgmt_monitor-0.17.6 lib/2015-04-01/generated/azure_mgmt_monitor/models/operation.rb
azure_mgmt_monitor-0.17.5 lib/2015-04-01/generated/azure_mgmt_monitor/models/operation.rb
azure_mgmt_monitor-0.17.4 lib/2015-04-01/generated/azure_mgmt_monitor/models/operation.rb
azure_mgmt_monitor-0.17.3 lib/2015-04-01/generated/azure_mgmt_monitor/models/operation.rb
azure_mgmt_monitor-0.17.2 lib/2015-04-01/generated/azure_mgmt_monitor/models/operation.rb
azure_mgmt_monitor-0.17.1 lib/2015-04-01/generated/azure_mgmt_monitor/models/operation.rb
azure_mgmt_monitor-0.17.0 lib/2015-04-01/generated/azure_mgmt_monitor/models/operation.rb
azure_mgmt_monitor-0.16.1 lib/2015-04-01/generated/azure_mgmt_monitor/models/operation.rb
azure_mgmt_monitor-0.16.0 lib/2015-04-01/generated/azure_mgmt_monitor/models/operation.rb
azure_mgmt_monitor-0.15.2 lib/2015-04-01/generated/azure_mgmt_monitor/models/operation.rb