Uses of Class
com.azure.resourcemanager.network.fluent.models.ProbePropertiesFormat
Packages that use ProbePropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ProbePropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ProbePropertiesFormatModifier and TypeMethodDescriptionstatic ProbePropertiesFormatProbePropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProbePropertiesFormat from the JsonReader.ProbePropertiesFormat.withIntervalInSeconds(Integer intervalInSeconds) Set the intervalInSeconds property: The interval, in seconds, for how frequently to probe the endpoint for health status.ProbePropertiesFormat.withNoHealthyBackendsBehavior(ProbeNoHealthyBackendsBehavior noHealthyBackendsBehavior) Set the noHealthyBackendsBehavior property: Determines how new connections are handled by the load balancer when all backend instances are probed down.ProbePropertiesFormat.withNumberOfProbes(Integer numberOfProbes) Set the numberOfProbes property: The number of probes where if no response, will result in stopping further traffic from being delivered to the endpoint.ProbePropertiesFormat.withPort(int port) Set the port property: The port for communicating the probe.ProbePropertiesFormat.withProbeThreshold(Integer probeThreshold) Set the probeThreshold property: The number of consecutive successful or failed probes in order to allow or deny traffic from being delivered to this endpoint.ProbePropertiesFormat.withProtocol(ProbeProtocol protocol) Set the protocol property: The protocol of the end point.ProbePropertiesFormat.withRequestPath(String requestPath) Set the requestPath property: The URI used for requesting health status from the VM.