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