Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancerHttpProbe.Update |
LoadBalancer.UpdateStages.WithProbe.updateHttpProbe(String name)
Begins the description of an update to an existing HTTP probe on this load balancer.
|
LoadBalancerHttpProbe.Update |
LoadBalancerHttpProbe.UpdateStages.WithIntervalInSeconds.withIntervalInSeconds(int seconds)
Specifies the interval between probes, in seconds.
|
LoadBalancerHttpProbe.Update |
LoadBalancerHttpProbe.UpdateStages.WithNumberOfProbes.withNumberOfProbes(int probes)
Specifies the number of unsuccessful probes before failure is determined.
|
LoadBalancerHttpProbe.Update |
LoadBalancerHttpProbe.UpdateStages.WithPort.withPort(int port)
Specifies the port number to call for health monitoring.
|
LoadBalancerHttpProbe.Update |
LoadBalancerHttpProbe.UpdateStages.WithRequestPath.withRequestPath(String requestPath)
Specifies the HTTP request path for the probe to monitor.
|
Copyright © 2019. All rights reserved.