Sha256: 46d2d45d2a6324e69ccab117f93c43203c92a12ddfc5b41051af1f0cf1aa1310
Contents?: true
Size: 1.55 KB
Versions: 4
Compression:
Stored size: 1.55 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 ScopedDeploymentWhatIf include MsRestAzure # @return [String] The location to store the deployment data. attr_accessor :location # @return [DeploymentWhatIfProperties] The deployment properties. attr_accessor :properties # # Mapper for ScopedDeploymentWhatIf class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ScopedDeploymentWhatIf', type: { name: 'Composite', class_name: 'ScopedDeploymentWhatIf', model_properties: { location: { client_side_validation: true, required: true, 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