Sha256: 19a9dd4d71c400e467429c328a92e15e701a456e2eb81627bd7ad7fcbc987207
Contents?: true
Size: 1.82 KB
Versions: 15
Compression:
Stored size: 1.82 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::V2017_05_10 module Models # # Deployment information. # class DeploymentExtended include MsRestAzure # @return [String] The ID of the deployment. attr_accessor :id # @return [String] The name of the deployment. attr_accessor :name # @return [DeploymentPropertiesExtended] Deployment properties. attr_accessor :properties # # Mapper for DeploymentExtended class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DeploymentExtended', type: { name: 'Composite', class_name: 'DeploymentExtended', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: true, serialized_name: 'name', type: { name: 'String' } }, properties: { client_side_validation: true, required: false, serialized_name: 'properties', type: { name: 'Composite', class_name: 'DeploymentPropertiesExtended' } } } } } end end end end
Version data entries
15 entries across 15 versions & 2 rubygems