Sha256: 7ad5b96447508d9486ff687c52fc01cb2fe706434913a715ac95a11f54899989

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 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::ARM::Compute
  module Models
    #
    # Compute-specific operation properties, including output
    #
    class ComputeLongRunningOperationProperties

      include MsRestAzure

      include MsRest::JSONable
      # @return Operation output data (raw JSON)
      attr_accessor :output


      #
      # Mapper for ComputeLongRunningOperationProperties class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'ComputeLongRunningOperationProperties',
          type: {
            name: 'Composite',
            class_name: 'ComputeLongRunningOperationProperties',
            model_properties: {
              output: {
                required: false,
                serialized_name: 'output',
                type: {
                  name: 'Object'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
azure_mgmt_compute-0.13.0 lib/generated/azure_mgmt_compute/models/compute_long_running_operation_properties.rb