Sha256: 8480051828244bc1ee1cb45584833bfe790b75f409d54d0bf93130a5ef32486c
Contents?: true
Size: 1.83 KB
Versions: 2
Compression:
Stored size: 1.83 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::Resources2::Mgmt::V2016_02_01 module Models # # Deployment operation information. # class DeploymentOperation include MsRestAzure2 # @return [String] Full deployment operation id. attr_accessor :id # @return [String] Deployment operation id. attr_accessor :operation_id # @return [DeploymentOperationProperties] Deployment properties. attr_accessor :properties # # Mapper for DeploymentOperation class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DeploymentOperation', type: { name: 'Composite', class_name: 'DeploymentOperation', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, operation_id: { client_side_validation: true, required: false, serialized_name: 'operationId', type: { name: 'String' } }, properties: { client_side_validation: true, required: false, serialized_name: 'properties', type: { name: 'Composite', class_name: 'DeploymentOperationProperties' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems