Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancerTcpProbe.Update
Packages that use LoadBalancerTcpProbe.Update
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of LoadBalancerTcpProbe.Update in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return LoadBalancerTcpProbe.UpdateModifier and TypeMethodDescriptionLoadBalancer.UpdateStages.WithProbe.updateTcpProbe
(String name) Begins the description of an update to an existing TCP probe on this load balancer.LoadBalancerTcpProbe.UpdateStages.WithIntervalInSeconds.withIntervalInSeconds
(int seconds) Specifies the interval between probes, in seconds.LoadBalancerTcpProbe.UpdateStages.WithNumberOfProbes.withNumberOfProbes
(int probes) Specifies the number of unsuccessful probes before failure is determined.LoadBalancerTcpProbe.UpdateStages.WithPort.withPort
(int port) Specifies the port number to call for health monitoring.