Sha256: eb6f10cc2e0cbac983a8b02557cae1f51895ef925c9419570324e1ae2087a5e5
Contents?: true
Size: 1.53 KB
Versions: 2
Compression:
Stored size: 1.53 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_07_01 module Models # # Deployment What-if operation parameters. # class DeploymentWhatIf include MsRestAzure2 # @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
2 entries across 2 versions & 1 rubygems