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