Sha256: 3a58f7ab3afac230adea78e20e2b0842245f1de48cacb7b01b5ad10febfbae82

Contents?: true

Size: 1.39 KB

Versions: 2

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::Resources2::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 MsRestAzure2

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

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_resources2-1.0.1 lib/2020-06-01/generated/azure_mgmt_resources2/models/expression_evaluation_options.rb
azure_mgmt_resources2-1.0.0 lib/2020-06-01/generated/azure_mgmt_resources2/models/expression_evaluation_options.rb