Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancerTcpProbe.DefinitionStages.WithAttach
-
Packages that use LoadBalancerTcpProbe.DefinitionStages.WithAttach Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of LoadBalancerTcpProbe.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of LoadBalancerTcpProbe.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceLoadBalancerTcpProbe.Definition<ParentT>The entirety of a probe definition.Methods in com.azure.resourcemanager.network.models 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.
-