class Azure::Network::Mgmt::V2015_05_01_preview::Models::ApplicationGatewayHttpListener
Http listener of application gateway
Attributes
@return [String] A unique read-only string that changes whenever the resource is updated
@return [SubResource] Gets or sets frontend IP configuration resource of application gateway
@return [SubResource] Gets or sets frontend port resource of application gateway
@return [String] Gets name of the resource that is unique within a resource group. This name can be used to access the resource
@return [ApplicationGatewayProtocol] Gets or sets the protocol. Possible values include: 'Http', 'Https'
@return [String] Gets or sets Provisioning state of the http listener resource Updating/Deleting/Failed
@return [SubResource] Gets or sets ssl certificate resource of application gateway
Public Class Methods
Mapper for ApplicationGatewayHttpListener class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-05-01-preview/generated/azure_mgmt_network/models/application_gateway_http_listener.rb, line 47 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayHttpListener', type: { name: 'Composite', class_name: 'ApplicationGatewayHttpListener', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, frontend_ipconfiguration: { client_side_validation: true, required: false, serialized_name: 'properties.frontendIPConfiguration', type: { name: 'Composite', class_name: 'SubResource' } }, frontend_port: { client_side_validation: true, required: false, serialized_name: 'properties.frontendPort', type: { name: 'Composite', class_name: 'SubResource' } }, protocol: { client_side_validation: true, required: false, serialized_name: 'properties.protocol', type: { name: 'String' } }, ssl_certificate: { client_side_validation: true, required: false, serialized_name: 'properties.sslCertificate', type: { name: 'Composite', class_name: 'SubResource' } }, provisioning_state: { client_side_validation: true, required: false, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, etag: { client_side_validation: true, required: false, serialized_name: 'etag', type: { name: 'String' } } } } } end