ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHealthHttpSettings.backendHttpSettings() |
Get the backendHttpSettings property: Reference to an ApplicationGatewayBackendHttpSettings resource.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withAffinityCookieName(String affinityCookieName) |
Set the affinityCookieName property: Cookie name to use for the affinity cookie.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withAuthenticationCertificates(List<com.azure.core.management.SubResource> authenticationCertificates) |
Set the authenticationCertificates property: Array of references to application gateway authentication
certificates.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withConnectionDraining(ApplicationGatewayConnectionDraining connectionDraining) |
Set the connectionDraining property: Connection draining of the backend http settings resource.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withCookieBasedAffinity(ApplicationGatewayCookieBasedAffinity cookieBasedAffinity) |
Set the cookieBasedAffinity property: Cookie based affinity.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withHostname(String hostname) |
Set the hostname property: Host header to be sent to the backend servers.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withId(String id) |
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withName(String name) |
Set the name property: Name of the backend http settings that is unique within an Application Gateway.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withPath(String path) |
Set the path property: Path which should be used as a prefix for all HTTP requests.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withPickHostnameFromBackendAddress(Boolean pickHostnameFromBackendAddress) |
Set the pickHostnameFromBackendAddress property: Whether to pick host header should be picked from the host name
of the backend server.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withPort(Integer port) |
Set the port property: The destination port on the backend.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withProbe(com.azure.core.management.SubResource probe) |
Set the probe property: Probe resource of an application gateway.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withProbeEnabled(Boolean probeEnabled) |
Set the probeEnabled property: Whether the probe is enabled.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withProtocol(ApplicationGatewayProtocol protocol) |
Set the protocol property: The protocol used to communicate with the backend.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withRequestTimeout(Integer requestTimeout) |
Set the requestTimeout property: Request timeout in seconds.
|
ApplicationGatewayBackendHttpSettings |
ApplicationGatewayBackendHttpSettings.withTrustedRootCertificates(List<com.azure.core.management.SubResource> trustedRootCertificates) |
Set the trustedRootCertificates property: Array of references to application gateway trusted root certificates.
|