Sha256: 466f469d8192970a14287655711c956d9840e23370e352d321710af4f0993ebd

Contents?: true

Size: 1.65 KB

Versions: 5

Compression:

Stored size: 1.65 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::CDN::Mgmt::V2020_04_15
  module Models
    #
    # Defines the RequestUri condition for the delivery rule.
    #
    class DeliveryRuleRequestUriCondition < DeliveryRuleCondition

      include MsRestAzure


      def initialize
        @name = "RequestUri"
      end

      attr_accessor :name

      # @return [RequestUriMatchConditionParameters] Defines the parameters for
      # the condition.
      attr_accessor :parameters


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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
azure_mgmt_cdn-0.18.2 lib/2020-04-15/generated/azure_mgmt_cdn/models/delivery_rule_request_uri_condition.rb
azure_mgmt_cdn-0.18.1 lib/2020-04-15/generated/azure_mgmt_cdn/models/delivery_rule_request_uri_condition.rb
azure_mgmt_cdn-0.17.7 lib/2020-04-15/generated/azure_mgmt_cdn/models/delivery_rule_request_uri_condition.rb
azure_mgmt_cdn-0.17.6 lib/2020-04-15/generated/azure_mgmt_cdn/models/delivery_rule_request_uri_condition.rb
azure_mgmt_cdn-0.17.5 lib/2020-04-15/generated/azure_mgmt_cdn/models/delivery_rule_request_uri_condition.rb