class Azure::Resources::Mgmt::V2019_10_01::Models::DeploymentWhatIf
Deployment
What-if operation parameters.
Attributes
location[RW]
@return [String] The location to store the deployment data.
properties[RW]
@return [DeploymentWhatIfProperties] The deployment properties.
Public Class Methods
mapper()
click to toggle source
Mapper for DeploymentWhatIf
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_what_if.rb, line 26 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