Uses of Class
com.azure.resourcemanager.network.fluent.models.ProbePropertiesFormat
-
Packages that use ProbePropertiesFormat Package Description com.azure.resourcemanager.network.fluent.models 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 ProbePropertiesFormat Modifier and Type Method Description ProbePropertiesFormatProbePropertiesFormat. withIntervalInSeconds(Integer intervalInSeconds)Set the intervalInSeconds property: The interval, in seconds, for how frequently to probe the endpoint for health status.ProbePropertiesFormatProbePropertiesFormat. 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.ProbePropertiesFormatProbePropertiesFormat. withPort(int port)Set the port property: The port for communicating the probe.ProbePropertiesFormatProbePropertiesFormat. withProtocol(ProbeProtocol protocol)Set the protocol property: The protocol of the end point.ProbePropertiesFormatProbePropertiesFormat. withRequestPath(String requestPath)Set the requestPath property: The URI used for requesting health status from the VM.
-