public static interface LoadBalancerHttpProbe.UpdateDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancerHttpProbe.UpdateDefinitionStages.Blank<ParentT>
The first stage of the probe definition.
|
static interface |
LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the probe definition.
|
static interface |
LoadBalancerHttpProbe.UpdateDefinitionStages.WithIntervalInSeconds<ParentT>
The stage of the HTTP probe definition allowing to specify the probe interval.
|
static interface |
LoadBalancerHttpProbe.UpdateDefinitionStages.WithNumberOfProbes<ParentT>
The stage of the HTTP probe definition allowing to specify the number of unsuccessful probes before failure is determined.
|
static interface |
LoadBalancerHttpProbe.UpdateDefinitionStages.WithPort<ParentT>
The stage of the probe definition allowing to specify the port to monitor.
|
static interface |
LoadBalancerHttpProbe.UpdateDefinitionStages.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.
*/