Sha256: 5ff5ba5db9878d6745d6780ca95f97d161d9ee43cf7fc8c80cf34240dd4f4fcc
Contents?: true
Size: 1.57 KB
Versions: 23
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_12_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
23 entries across 23 versions & 2 rubygems