Sha256: 079b4548f1813c2495b25e37da7a5f51b9b7cb1013fabef1c866c9df336854ce
Contents?: true
Size: 1.67 KB
Versions: 5
Compression:
Stored size: 1.67 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 RequestMethod condition for the delivery rule. # class DeliveryRuleRequestMethodCondition < DeliveryRuleCondition include MsRestAzure def initialize @name = "RequestMethod" end attr_accessor :name # @return [RequestMethodMatchConditionParameters] Defines the parameters # for the condition. attr_accessor :parameters # # Mapper for DeliveryRuleRequestMethodCondition class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RequestMethod', type: { name: 'Composite', class_name: 'DeliveryRuleRequestMethodCondition', 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: 'RequestMethodMatchConditionParameters' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems