public static interface LoadBalancerHttpProbe.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancerHttpProbe.UpdateStages.WithIntervalInSeconds
The stage of the HTTP probe update allowing to modify the probe interval.
|
static interface |
LoadBalancerHttpProbe.UpdateStages.WithNumberOfProbes
The stage of the HTTP probe update allowing to modify the number of unsuccessful probes before failure is
determined.
|
static interface |
LoadBalancerHttpProbe.UpdateStages.WithPort
The stage of the HTTP probe update allowing to modify the port number to monitor.
|
static interface |
LoadBalancerHttpProbe.UpdateStages.WithRequestPath
The stage of the HTTP probe update allowing to modify the HTTP request path for the probe to monitor.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.