Uses of Interface
com.microsoft.azure.management.network.LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach
-
Packages that use LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach in com.microsoft.azure.management.network
Subinterfaces of LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceLoadBalancerTcpProbe.UpdateDefinition<ParentT>The entirety of a probe definition as part of a load balancer update.Methods in com.microsoft.azure.management.network that return LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach Modifier and Type Method Description LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach<ParentT>LoadBalancerTcpProbe.UpdateDefinitionStages.WithIntervalInSeconds. withIntervalInSeconds(int seconds)Specifies the interval between probes, in seconds.LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach<ParentT>LoadBalancerTcpProbe.UpdateDefinitionStages.WithNumberOfProbes. withNumberOfProbes(int probes)Specifies the number of unsuccessful probes before failure is determined.LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach<ParentT>LoadBalancerTcpProbe.UpdateDefinitionStages.WithPort. withPort(int port)Specifies the port number to call for health monitoring.
-