Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayListenerInner
Packages that use ApplicationGatewayListenerInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayListenerInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayListenerInnerModifier and TypeMethodDescriptionApplicationGatewayListenerInner.withFrontendIpConfiguration(com.azure.core.management.SubResource frontendIpConfiguration) Set the frontendIpConfiguration property: Frontend IP configuration resource of an application gateway.ApplicationGatewayListenerInner.withFrontendPort(com.azure.core.management.SubResource frontendPort) Set the frontendPort property: Frontend port resource of an application gateway.ApplicationGatewayListenerInner.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.Set the name property: Name of the listener that is unique within an Application Gateway.ApplicationGatewayListenerInner.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: Protocol of the listener.ApplicationGatewayListenerInner.withSslCertificate(com.azure.core.management.SubResource sslCertificate) Set the sslCertificate property: SSL certificate resource of an application gateway.ApplicationGatewayListenerInner.withSslProfile(com.azure.core.management.SubResource sslProfile) Set the sslProfile property: SSL profile resource of the application gateway.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayListenerInnerModifier and TypeMethodDescriptionApplicationGatewayInner.listeners()Get the listeners property: Listeners of the application gateway resource.ApplicationGatewayPropertiesFormat.listeners()Get the listeners property: Listeners of the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayListenerInnerModifier and TypeMethodDescriptionApplicationGatewayInner.withListeners(List<ApplicationGatewayListenerInner> listeners) Set the listeners property: Listeners of the application gateway resource.ApplicationGatewayPropertiesFormat.withListeners(List<ApplicationGatewayListenerInner> listeners) Set the listeners property: Listeners of the application gateway resource.