Uses of Interface
com.microsoft.azure.management.network.LoadBalancerTcpProbe.Update
Packages that use LoadBalancerTcpProbe.Update
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of LoadBalancerTcpProbe.Update in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network 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.