Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach
Packages that use LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a probe definition as part of a load balancer update.Methods in com.azure.resourcemanager.network.models that return LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttachModifier and TypeMethodDescriptionLoadBalancerHttpProbe.UpdateDefinitionStages.WithIntervalInSeconds.withIntervalInSeconds(int seconds) Specifies the interval between probes, in seconds.LoadBalancerHttpProbe.UpdateDefinitionStages.WithNumberOfProbes.withNumberOfProbes(int probes) Specifies the number of unsuccessful probes before failure is determined.LoadBalancerHttpProbe.UpdateDefinitionStages.WithPort.withPort(int port) Specifies the port number to call for health monitoring.LoadBalancerHttpProbe.UpdateDefinitionStages.WithRequestPath.withRequestPath(String requestPath) Specifies the HTTP request path for the probe to monitor.