ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withCustomErrorConfigurations(List<ApplicationGatewayCustomError> customErrorConfigurations) |
Set the customErrorConfigurations property: Custom error configurations of the HTTP listener.
|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withFirewallPolicy(com.azure.core.management.SubResource firewallPolicy) |
Set the firewallPolicy property: Reference to the FirewallPolicy resource.
|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withFrontendIpConfiguration(com.azure.core.management.SubResource frontendIpConfiguration) |
Set the frontendIpConfiguration property: Frontend IP configuration resource of an application gateway.
|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withFrontendPort(com.azure.core.management.SubResource frontendPort) |
Set the frontendPort property: Frontend port resource of an application gateway.
|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withHostname(String hostname) |
Set the hostname property: Host name of HTTP listener.
|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withHostNames(List<String> hostNames) |
Set the hostNames property: List of Host names for HTTP Listener that allows special wildcard characters as well.
|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withId(String id) |
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withName(String name) |
Set the name property: Name of the HTTP listener that is unique within an Application Gateway.
|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withProtocol(ApplicationGatewayProtocol protocol) |
Set the protocol property: Protocol of the HTTP listener.
|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withRequireServerNameIndication(Boolean requireServerNameIndication) |
Set the requireServerNameIndication property: Applicable only if protocol is https.
|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withSslCertificate(com.azure.core.management.SubResource sslCertificate) |
Set the sslCertificate property: SSL certificate resource of an application gateway.
|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withSslProfile(com.azure.core.management.SubResource sslProfile) |
Set the sslProfile property: SSL profile resource of the application gateway.
|