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