Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings
Packages that use ApplicationGatewayBackendHttpSettings
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayBackendHttpSettings in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayBackendHttpSettingsModifier and TypeMethodDescriptionApplicationGatewayBackendHealthHttpSettings.backendHttpSettings()
Get reference to an ApplicationGatewayBackendHttpSettings resource.ApplicationGatewayBackendHttpSettings.withAffinityCookieName
(String affinityCookieName) Set cookie name to use for the affinity cookie.ApplicationGatewayBackendHttpSettings.withAuthenticationCertificates
(List<com.microsoft.azure.SubResource> authenticationCertificates) Set array of references to application gateway authentication certificates.ApplicationGatewayBackendHttpSettings.withConnectionDraining
(ApplicationGatewayConnectionDraining connectionDraining) Set connection draining of the backend http settings resource.ApplicationGatewayBackendHttpSettings.withCookieBasedAffinity
(ApplicationGatewayCookieBasedAffinity cookieBasedAffinity) Set cookie based affinity.ApplicationGatewayBackendHttpSettings.withHostName
(String hostName) Set host header to be sent to the backend servers.Set name of the backend http settings that is unique within an Application Gateway.Set path which should be used as a prefix for all HTTP requests.ApplicationGatewayBackendHttpSettings.withPickHostNameFromBackendAddress
(Boolean pickHostNameFromBackendAddress) Set whether to pick host header should be picked from the host name of the backend server.Set the destination port on the backend.ApplicationGatewayBackendHttpSettings.withProbe
(com.microsoft.azure.SubResource probe) Set probe resource of an application gateway.ApplicationGatewayBackendHttpSettings.withProbeEnabled
(Boolean probeEnabled) Set whether the probe is enabled.ApplicationGatewayBackendHttpSettings.withProtocol
(ApplicationGatewayProtocol protocol) Set the protocol used to communicate with the backend.ApplicationGatewayBackendHttpSettings.withRequestTimeout
(Integer requestTimeout) Set request timeout in seconds.ApplicationGatewayBackendHttpSettings.withTrustedRootCertificates
(List<com.microsoft.azure.SubResource> trustedRootCertificates) Set array of references to application gateway trusted root certificates.Methods in com.microsoft.azure.management.network with parameters of type ApplicationGatewayBackendHttpSettingsModifier and TypeMethodDescriptionApplicationGatewayBackendHealthHttpSettings.withBackendHttpSettings
(ApplicationGatewayBackendHttpSettings backendHttpSettings) Set reference to an ApplicationGatewayBackendHttpSettings resource.