Sha256: e3fe418f50e905d403279a6a0be8a207eba71acea16eec12bfb7b8d2a734e93c
Contents?: true
Size: 1.48 KB
Versions: 2
Compression:
Stored size: 1.48 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::V2019_05_01 module Models # # Deployment operation parameters. # class Deployment include MsRestAzure2 # @return [String] The location to store the deployment data. attr_accessor :location # @return [DeploymentProperties] The deployment properties. attr_accessor :properties # # Mapper for Deployment class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Deployment', type: { name: 'Composite', class_name: 'Deployment', model_properties: { location: { client_side_validation: true, required: false, serialized_name: 'location', type: { name: 'String' } }, properties: { client_side_validation: true, required: true, serialized_name: 'properties', type: { name: 'Composite', class_name: 'DeploymentProperties' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems