| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancerTcpProbe.UpdateDefinition<ParentT>
The entirety of a probe definition as part of a load balancer update.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach<ParentT> |
LoadBalancerTcpProbe.UpdateDefinitionStages.WithIntervalInSeconds.withIntervalInSeconds(int seconds)
Specifies the interval between probes, in seconds.
|
LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach<ParentT> |
LoadBalancerTcpProbe.UpdateDefinitionStages.WithNumberOfProbes.withNumberOfProbes(int probes)
Specifies the number of unsuccessful probes before failure is determined.
|
LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach<ParentT> |
LoadBalancerTcpProbe.UpdateDefinitionStages.WithPort.withPort(int port)
Specifies the port number to call for health monitoring.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/