Sha256: 5d2f2d0ca699339159379ae7a57e9eac4c4ff2352c6b15143fdadfa33bb2541b

Contents?: true

Size: 1.29 KB

Versions: 2

Compression:

Stored size: 1.29 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 settings.
    #
    class DeploymentWhatIfSettings

      include MsRestAzure2

      # @return [WhatIfResultFormat] The format of the What-If results.
      # Possible values include: 'ResourceIdOnly', 'FullResourcePayloads'
      attr_accessor :result_format


      #
      # Mapper for DeploymentWhatIfSettings class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'DeploymentWhatIfSettings',
          type: {
            name: 'Composite',
            class_name: 'DeploymentWhatIfSettings',
            model_properties: {
              result_format: {
                client_side_validation: true,
                required: false,
                serialized_name: 'resultFormat',
                type: {
                  name: 'Enum',
                  module: 'WhatIfResultFormat'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_resources2-1.0.1 lib/2019-07-01/generated/azure_mgmt_resources2/models/deployment_what_if_settings.rb
azure_mgmt_resources2-1.0.0 lib/2019-07-01/generated/azure_mgmt_resources2/models/deployment_what_if_settings.rb