public static interface LoadBalancerTcpProbe.UpdateDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancerTcpProbe.UpdateDefinitionStages.Blank<ParentT>
The first stage of the probe definition.
|
static interface |
LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the probe definition.
|
static interface |
LoadBalancerTcpProbe.UpdateDefinitionStages.WithIntervalInSeconds<ParentT>
The stage of the TCP probe definition allowing to specify the probe interval.
|
static interface |
LoadBalancerTcpProbe.UpdateDefinitionStages.WithNumberOfProbes<ParentT>
The stage of the TCP probe definition allowing to specify the number of unsuccessful probes before failure is
determined.
|
static interface |
LoadBalancerTcpProbe.UpdateDefinitionStages.WithPort<ParentT>
The stage of the TCP probe definition allowing to specify the port number to monitor.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.