Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayBackendHttpSettings
Packages that use ApplicationGatewayBackendHttpSettings
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayBackendHttpSettings in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayBackendHttpSettingsModifier and TypeMethodDescriptionApplicationGatewayInner.backendHttpSettingsCollection()Get the backendHttpSettingsCollection property: Backend http settings of the application gateway resource.ApplicationGatewayPropertiesFormat.backendHttpSettingsCollection()Get the backendHttpSettingsCollection property: Backend http settings of the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayBackendHttpSettingsModifier and TypeMethodDescriptionApplicationGatewayInner.withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHttpSettings> backendHttpSettingsCollection) Set the backendHttpSettingsCollection property: Backend http settings of the application gateway resource.ApplicationGatewayPropertiesFormat.withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHttpSettings> backendHttpSettingsCollection) Set the backendHttpSettingsCollection property: Backend http settings of the application gateway resource. -
Uses of ApplicationGatewayBackendHttpSettings in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayBackendHttpSettingsModifier and TypeMethodDescriptionApplicationGatewayBackendHealthHttpSettings.backendHttpSettings()Get the backendHttpSettings property: Reference to an ApplicationGatewayBackendHttpSettings resource.ApplicationGatewayBackendHttpSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayBackendHttpSettings from the JsonReader.ApplicationGatewayBackendHttpSettings.withAffinityCookieName(String affinityCookieName) Set the affinityCookieName property: Cookie name to use for the affinity cookie.ApplicationGatewayBackendHttpSettings.withAuthenticationCertificates(List<com.azure.core.management.SubResource> authenticationCertificates) Set the authenticationCertificates property: Array of references to application gateway authentication certificates.ApplicationGatewayBackendHttpSettings.withConnectionDraining(ApplicationGatewayConnectionDraining connectionDraining) Set the connectionDraining property: Connection draining of the backend http settings resource.ApplicationGatewayBackendHttpSettings.withCookieBasedAffinity(ApplicationGatewayCookieBasedAffinity cookieBasedAffinity) Set the cookieBasedAffinity property: Cookie based affinity.ApplicationGatewayBackendHttpSettings.withHostname(String hostname) Set the hostname property: Host header to be sent to the backend servers.Set the name property: Name of the backend http settings that is unique within an Application Gateway.Set the path property: Path which should be used as a prefix for all HTTP requests.ApplicationGatewayBackendHttpSettings.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.ApplicationGatewayBackendHttpSettings.withProbe(com.azure.core.management.SubResource probe) Set the probe property: Probe resource of an application gateway.ApplicationGatewayBackendHttpSettings.withProbeEnabled(Boolean probeEnabled) Set the probeEnabled property: Whether the probe is enabled.ApplicationGatewayBackendHttpSettings.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: The protocol used to communicate with the backend.ApplicationGatewayBackendHttpSettings.withRequestTimeout(Integer requestTimeout) Set the requestTimeout property: Request timeout in seconds.ApplicationGatewayBackendHttpSettings.withTrustedRootCertificates(List<com.azure.core.management.SubResource> trustedRootCertificates) Set the trustedRootCertificates property: Array of references to application gateway trusted root certificates.Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewayBackendHttpSettingsModifier and TypeMethodDescriptionApplicationGatewayBackendHealthHttpSettings.withBackendHttpSettings(ApplicationGatewayBackendHttpSettings backendHttpSettings) Set the backendHttpSettings property: Reference to an ApplicationGatewayBackendHttpSettings resource.