class Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleCondition
A condition for the delivery rule.
Attributes
name[RW]
Public Class Methods
mapper()
click to toggle source
Mapper for DeliveryRuleCondition
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-10-12/generated/azure_mgmt_cdn/models/delivery_rule_condition.rb, line 30 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DeliveryRuleCondition', type: { name: 'Composite', polymorphic_discriminator: 'name', uber_parent: 'DeliveryRuleCondition', class_name: 'DeliveryRuleCondition', model_properties: { } } } end
new()
click to toggle source
# File lib/2017-10-12/generated/azure_mgmt_cdn/models/delivery_rule_condition.rb, line 19 def initialize @name = "DeliveryRuleCondition" end