Sha256: 84f6e92a769f371dfd92aaf54e44ac9d70966f6c1484984232ea03c7ac57fb29
Contents?: true
Size: 1.83 KB
Versions: 17
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::Resources::Mgmt::V2016_07_01 module Models # # Deployment operation information. # class DeploymentOperation include MsRestAzure # @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
17 entries across 17 versions & 2 rubygems