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
Subinterfaces with type arguments of type ApplicationGatewayBackendHttpSettings in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptioninterfaceA client-side representation of an application gateway's backend HTTP configuration.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.withDedicatedBackendConnection(Boolean dedicatedBackendConnection) Set the dedicatedBackendConnection property: Enable or disable dedicated connection per backend server.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.withSniName(String sniName) Set the sniName property: Specify an SNI value to match the common name of the certificate on the backend.ApplicationGatewayBackendHttpSettings.withTrustedRootCertificates(List<com.azure.core.management.SubResource> trustedRootCertificates) Set the trustedRootCertificates property: Array of references to application gateway trusted root certificates.ApplicationGatewayBackendHttpSettings.withValidateCertChainAndExpiry(Boolean validateCertChainAndExpiry) Set the validateCertChainAndExpiry property: Verify or skip both chain and expiry validations of the certificate on the backend server.ApplicationGatewayBackendHttpSettings.withValidateSni(Boolean validateSni) Set the validateSni property: When enabled, verifies if the Common Name of the certificate provided by the backend server matches the Server Name Indication (SNI) value.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.