Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayBackendHttpSettingsPropertiesFormat
Packages that use ApplicationGatewayBackendHttpSettingsPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayBackendHttpSettingsPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayBackendHttpSettingsPropertiesFormatModifier and TypeMethodDescriptionApplicationGatewayBackendHttpSettingsPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayBackendHttpSettingsPropertiesFormat from the JsonReader.ApplicationGatewayBackendHttpSettingsPropertiesFormat.withAffinityCookieName(String affinityCookieName) Set the affinityCookieName property: Cookie name to use for the affinity cookie.ApplicationGatewayBackendHttpSettingsPropertiesFormat.withAuthenticationCertificates(List<com.azure.core.management.SubResource> authenticationCertificates) Set the authenticationCertificates property: Array of references to application gateway authentication certificates.ApplicationGatewayBackendHttpSettingsPropertiesFormat.withConnectionDraining(ApplicationGatewayConnectionDraining connectionDraining) Set the connectionDraining property: Connection draining of the backend http settings resource.ApplicationGatewayBackendHttpSettingsPropertiesFormat.withCookieBasedAffinity(ApplicationGatewayCookieBasedAffinity cookieBasedAffinity) Set the cookieBasedAffinity property: Cookie based affinity.ApplicationGatewayBackendHttpSettingsPropertiesFormat.withHostname(String hostname) Set the hostname property: Host header to be sent to the backend servers.Set the path property: Path which should be used as a prefix for all HTTP requests.ApplicationGatewayBackendHttpSettingsPropertiesFormat.withPickHostnameFromBackendAddress(Boolean pickHostnameFromBackendAddress) Set the pickHostnameFromBackendAddress property: Whether to pick host header should be picked from the host name of the backend server.Set the port property: The destination port on the backend.ApplicationGatewayBackendHttpSettingsPropertiesFormat.withProbe(com.azure.core.management.SubResource probe) Set the probe property: Probe resource of an application gateway.ApplicationGatewayBackendHttpSettingsPropertiesFormat.withProbeEnabled(Boolean probeEnabled) Set the probeEnabled property: Whether the probe is enabled.ApplicationGatewayBackendHttpSettingsPropertiesFormat.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: The protocol used to communicate with the backend.ApplicationGatewayBackendHttpSettingsPropertiesFormat.withRequestTimeout(Integer requestTimeout) Set the requestTimeout property: Request timeout in seconds.ApplicationGatewayBackendHttpSettingsPropertiesFormat.withTrustedRootCertificates(List<com.azure.core.management.SubResource> trustedRootCertificates) Set the trustedRootCertificates property: Array of references to application gateway trusted root certificates.