Sha256: b2658f5f9543775b7e7e27359d19ba0864be9dea4d2c24f1a159cae8f13271af
Contents?: true
Size: 1.94 KB
Versions: 2
Compression:
Stored size: 1.94 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Batch module Models # # A REST API operation # # class Operation include MsRestAzure include MsRest::JSONable # @return [String] The operation name. This is of the format # {provider}/{resource}/{operation} attr_accessor :name # @return [OperationDisplay] The object that describes the operation. attr_accessor :display # @return [String] The intended executor of the operation. attr_accessor :origin # @return Properties of the operation. attr_accessor :properties # # Mapper for Operation class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'Operation', type: { name: 'Composite', class_name: 'Operation', model_properties: { name: { required: false, serialized_name: 'name', type: { name: 'String' } }, display: { required: false, serialized_name: 'display', type: { name: 'Composite', class_name: 'OperationDisplay' } }, origin: { required: false, serialized_name: 'origin', type: { name: 'String' } }, properties: { required: false, serialized_name: 'properties', type: { name: 'Object' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_batch-0.12.0 | lib/generated/azure_mgmt_batch/models/operation.rb |
azure_mgmt_batch-0.11.0 | lib/generated/azure_mgmt_batch/models/operation.rb |