public static interface LoadBalancerHttpProbe.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancerHttpProbe.DefinitionStages.Blank<ParentT>
The first stage of the probe definition.
|
static interface |
LoadBalancerHttpProbe.DefinitionStages.WithAttach<ParentT>
The final stage of the probe definition.
|
static interface |
LoadBalancerHttpProbe.DefinitionStages.WithIntervalInSeconds<ParentT>
The stage of the HTTP probe definition allowing to specify the probe interval.
|
static interface |
LoadBalancerHttpProbe.DefinitionStages.WithNumberOfProbes<ParentT>
The stage of the HTTP probe definition allowing to specify the number of unsuccessful probes before failure is determined.
|
static interface |
LoadBalancerHttpProbe.DefinitionStages.WithPort<ParentT>
The stage of the probe definition allowing to specify the port to monitor.
|
static interface |
LoadBalancerHttpProbe.DefinitionStages.WithRequestPath<ParentT>
The stage of the probe definition allowing to specify the HTTP request path for the probe to monitor.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/