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