Sha256: 02c4c8b02d720a815f3ff77282a4e20eda94c3848138d4c44743d0435b991d77
Contents?: true
Size: 1.57 KB
Versions: 26
Compression:
Stored size: 1.57 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::Network::Mgmt::V2018_10_01 module Models # # Header configuration of the Actions set in Application Gateway. # class ApplicationGatewayHeaderConfiguration include MsRestAzure # @return [String] Header name of the header configuration attr_accessor :header_name # @return [String] Header value of the header configuration attr_accessor :header_value # # Mapper for ApplicationGatewayHeaderConfiguration class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayHeaderConfiguration', type: { name: 'Composite', class_name: 'ApplicationGatewayHeaderConfiguration', model_properties: { header_name: { client_side_validation: true, required: false, serialized_name: 'headerName', type: { name: 'String' } }, header_value: { client_side_validation: true, required: false, serialized_name: 'headerValue', type: { name: 'String' } } } } } end end end end
Version data entries
26 entries across 26 versions & 2 rubygems