Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayProbePropertiesFormat
Packages that use ApplicationGatewayProbePropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayProbePropertiesFormat in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type ApplicationGatewayProbePropertiesFormatModifier and TypeClassDescriptionfinal classProperties of probe of an application gateway.Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayProbePropertiesFormatModifier and TypeMethodDescriptionApplicationGatewayProbePropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayProbePropertiesFormat from the JsonReader.Set the host property: Host name to send the probe to.ApplicationGatewayProbePropertiesFormat.withInterval(Integer interval) Set the interval property: The probing interval in seconds.ApplicationGatewayProbePropertiesFormat.withMatch(ApplicationGatewayProbeHealthResponseMatch match) Set the match property: Criterion for classifying a healthy probe response.ApplicationGatewayProbePropertiesFormat.withMinServers(Integer minServers) Set the minServers property: Minimum number of servers that are always marked healthy.Set the path property: Relative path of probe.ApplicationGatewayProbePropertiesFormat.withPickHostnameFromBackendHttpSettings(Boolean pickHostnameFromBackendHttpSettings) Set the pickHostnameFromBackendHttpSettings property: Whether the host header should be picked from the backend http settings.ApplicationGatewayProbePropertiesFormat.withPickHostnameFromBackendSettings(Boolean pickHostnameFromBackendSettings) Set the pickHostnameFromBackendSettings property: Whether the server name indication should be picked from the backend settings for Tls protocol.Set the port property: Custom port which will be used for probing the backend servers.ApplicationGatewayProbePropertiesFormat.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: The protocol used for the probe.ApplicationGatewayProbePropertiesFormat.withTimeout(Integer timeout) Set the timeout property: The probe timeout in seconds.ApplicationGatewayProbePropertiesFormat.withUnhealthyThreshold(Integer unhealthyThreshold) Set the unhealthyThreshold property: The probe retry count.