| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancerHttpProbe.UpdateDefinition<ParentT>
The entirety of a probe definition as part of a load balancer update.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach<ParentT> |
LoadBalancerHttpProbe.UpdateDefinitionStages.WithIntervalInSeconds.withIntervalInSeconds(int seconds)
Specifies the interval between probes, in seconds.
|
LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach<ParentT> |
LoadBalancerHttpProbe.UpdateDefinitionStages.WithNumberOfProbes.withNumberOfProbes(int probes)
Specifies the number of unsuccessful probes before failure is determined.
|
LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach<ParentT> |
LoadBalancerHttpProbe.UpdateDefinitionStages.WithPort.withPort(int port)
Specifies the port number to call for health monitoring.
|
LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach<ParentT> |
LoadBalancerHttpProbe.UpdateDefinitionStages.WithRequestPath.withRequestPath(String requestPath)
Specifies the HTTP request path for the probe to monitor.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.