Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayProbeInner
Packages that use ApplicationGatewayProbeInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayProbeInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayProbeInnerModifier and TypeMethodDescriptionstatic ApplicationGatewayProbeInnerApplicationGatewayProbeInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayProbeInner from the JsonReader.Set the host property: Host name to send the probe to.ApplicationGatewayProbeInner.withInterval(Integer interval) Set the interval property: The probing interval in seconds.ApplicationGatewayProbeInner.withMatch(ApplicationGatewayProbeHealthResponseMatch match) Set the match property: Criterion for classifying a healthy probe response.ApplicationGatewayProbeInner.withMinServers(Integer minServers) Set the minServers property: Minimum number of servers that are always marked healthy.Set the name property: Name of the probe that is unique within an Application Gateway.Set the path property: Relative path of probe.ApplicationGatewayProbeInner.withPickHostnameFromBackendHttpSettings(Boolean pickHostnameFromBackendHttpSettings) Set the pickHostnameFromBackendHttpSettings property: Whether the host header should be picked from the backend http settings.ApplicationGatewayProbeInner.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.ApplicationGatewayProbeInner.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: The protocol used for the probe.ApplicationGatewayProbeInner.withTimeout(Integer timeout) Set the timeout property: The probe timeout in seconds.ApplicationGatewayProbeInner.withUnhealthyThreshold(Integer unhealthyThreshold) Set the unhealthyThreshold property: The probe retry count.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayProbeInnerModifier and TypeMethodDescriptionApplicationGatewayInner.probes()Get the probes property: Probes of the application gateway resource.ApplicationGatewayPropertiesFormat.probes()Get the probes property: Probes of the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayProbeInnerModifier and TypeMethodDescriptionApplicationGatewayInner.withProbes(List<ApplicationGatewayProbeInner> probes) Set the probes property: Probes of the application gateway resource.ApplicationGatewayPropertiesFormat.withProbes(List<ApplicationGatewayProbeInner> probes) Set the probes property: Probes of the application gateway resource.