Sha256: fd5f45d851c6e839f2bf5105c15f419ccb980f95def7ca7aaa33622f4d46eb84
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 # 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 # @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.10.0 | lib/generated/azure_mgmt_compute/models/compute_long_running_operation_properties.rb |