class Azure::CDN::Mgmt::V2020_09_01::Models::EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink
Defines the Web Application Firewall policy for the endpoint (if applicable)
Attributes
id[RW]
@return [String] Resource
ID.
Private Class Methods
mapper()
click to toggle source
Mapper for EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-09-01/generated/azure_mgmt_cdn/models/endpoint_properties_update_parameters_web_application_firewall_policy_link.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EndpointPropertiesUpdateParameters_webApplicationFirewallPolicyLink', type: { name: 'Composite', class_name: 'EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } } } } } end