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