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