Sha256: 010636354173dee124a3a1023606c714b383bac6c374cf299ea69ff91bedbae5
Contents?: true
Size: 1.47 KB
Versions: 34
Compression:
Stored size: 1.47 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::V2016_12_01 module Models # # Backend address of an application gateway. # class ApplicationGatewayBackendAddress include MsRestAzure # @return [String] Fully qualified domain name (FQDN). attr_accessor :fqdn # @return [String] IP address attr_accessor :ip_address # # Mapper for ApplicationGatewayBackendAddress class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayBackendAddress', type: { name: 'Composite', class_name: 'ApplicationGatewayBackendAddress', model_properties: { fqdn: { client_side_validation: true, required: false, serialized_name: 'fqdn', type: { name: 'String' } }, ip_address: { client_side_validation: true, required: false, serialized_name: 'ipAddress', type: { name: 'String' } } } } } end end end end
Version data entries
34 entries across 34 versions & 2 rubygems