Sha256: a9becf9f41d68a54fb1b4d1e81f5f710bc01eff411e4b19d648b6e70d6426c3e

Contents?: true

Size: 1.32 KB

Versions: 2

Compression:

Stored size: 1.32 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_09_01
  module Models
    #
    # Defines the Web Application Firewall policy for the endpoint (if
    # applicable)
    #
    class EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink

      include MsRestAzure

      # @return [String] Resource ID.
      attr_accessor :id


      #
      # Mapper for
      # EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink
      # class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      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
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_cdn-0.18.2 lib/2020-09-01/generated/azure_mgmt_cdn/models/endpoint_properties_update_parameters_web_application_firewall_policy_link.rb
azure_mgmt_cdn-0.18.1 lib/2020-09-01/generated/azure_mgmt_cdn/models/endpoint_properties_update_parameters_web_application_firewall_policy_link.rb