Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancerHttpProbe.DefinitionStages.WithAttach
Packages that use LoadBalancerHttpProbe.DefinitionStages.WithAttach
Package
Description
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.modelsModifier and TypeInterfaceDescriptionstatic interfaceLoadBalancerHttpProbe.Definition<ParentT>The entirety of a probe definition.Methods in com.azure.resourcemanager.network.models that return LoadBalancerHttpProbe.DefinitionStages.WithAttachModifier and TypeMethodDescriptionLoadBalancerHttpProbe.DefinitionStages.WithIntervalInSeconds.withIntervalInSeconds(int seconds) Specifies the interval between probes, in seconds.LoadBalancerHttpProbe.DefinitionStages.WithNumberOfProbes.withNumberOfProbes(int probes) Specifies the number of unsuccessful probes before failure is determined.LoadBalancerHttpProbe.DefinitionStages.WithPort.withPort(int port) Specifies the port number to call for health monitoring.LoadBalancerHttpProbe.DefinitionStages.WithRequestPath.withRequestPath(String requestPath) Specifies the request path.