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