Sha256: 572ef1392a1075742975fd049deaa833dfaf70e6c2cd86d94ec12bdab52aecdd

Contents?: true

Size: 1.39 KB

Versions: 3

Compression:

Stored size: 1.39 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
    #
    # Specifies whether template expressions are evaluated within the scope of
    # the parent template or nested template.
    #
    class ExpressionEvaluationOptions

      include MsRestAzure

      # @return [ExpressionEvaluationOptionsScopeType] The scope to be used for
      # evaluation of parameters, variables and functions in a nested template.
      # Possible values include: 'NotSpecified', 'Outer', 'Inner'
      attr_accessor :scope


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

Version data entries

3 entries across 3 versions & 2 rubygems

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