Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayListenerPropertiesFormat
Packages that use ApplicationGatewayListenerPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayListenerPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type ApplicationGatewayListenerPropertiesFormatModifier and TypeClassDescriptionfinal classProperties of listener of an application gateway.Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayListenerPropertiesFormatModifier and TypeMethodDescriptionApplicationGatewayListenerPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayListenerPropertiesFormat from the JsonReader.ApplicationGatewayListenerPropertiesFormat.withFrontendIpConfiguration(com.azure.core.management.SubResource frontendIpConfiguration) Set the frontendIpConfiguration property: Frontend IP configuration resource of an application gateway.ApplicationGatewayListenerPropertiesFormat.withFrontendPort(com.azure.core.management.SubResource frontendPort) Set the frontendPort property: Frontend port resource of an application gateway.ApplicationGatewayListenerPropertiesFormat.withHostNames(List<String> hostNames) Set the hostNames property: List of Server Name Indications(SNI) for TLS Multi-site Listener that allows special wildcard characters as well.ApplicationGatewayListenerPropertiesFormat.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: Protocol of the listener.ApplicationGatewayListenerPropertiesFormat.withSslCertificate(com.azure.core.management.SubResource sslCertificate) Set the sslCertificate property: SSL certificate resource of an application gateway.ApplicationGatewayListenerPropertiesFormat.withSslProfile(com.azure.core.management.SubResource sslProfile) Set the sslProfile property: SSL profile resource of the application gateway.