Sha256: e35095197ac2288fb30d3394bd009152ea9cd9363c774833ac483661a65b457e

Contents?: true

Size: 1.29 KB

Versions: 5

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::Resources::Mgmt::V2020_06_01
  module Models
    #
    # Deployment What-If operation settings.
    #
    class DeploymentWhatIfSettings

      include MsRestAzure

      # @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

5 entries across 5 versions & 2 rubygems

Version Path
azure_mgmt_resources2-0.19.0 lib/2020-06-01/generated/azure_mgmt_resources/models/deployment_what_if_settings.rb
azure_mgmt_resources2-0.18.2 lib/2020-06-01/generated/azure_mgmt_resources/models/deployment_what_if_settings.rb
azure_mgmt_resources-0.18.2 lib/2020-06-01/generated/azure_mgmt_resources/models/deployment_what_if_settings.rb
azure_mgmt_resources-0.18.1 lib/2020-06-01/generated/azure_mgmt_resources/models/deployment_what_if_settings.rb
azure_mgmt_resources-0.18.0 lib/2020-06-01/generated/azure_mgmt_resources/models/deployment_what_if_settings.rb