| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayProbe.UpdateDefinition<ParentT>
The entirety of an application gateway probe definition as part of an application gateway update.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayProbe.UpdateDefinitionStages.WithAttach<ParentT> |
ApplicationGatewayProbe.UpdateDefinitionStages.WithRetries.withRetriesBeforeUnhealthy(int retryCount)
Specifies the number of retries before the server is considered unhealthy.
|
ApplicationGatewayProbe.UpdateDefinitionStages.WithAttach<ParentT> |
ApplicationGatewayProbe.UpdateDefinitionStages.WithInterval.withTimeBetweenProbesInSeconds(int seconds)
Specifies the time interval in seconds between consecutive probes.
|
ApplicationGatewayProbe.UpdateDefinitionStages.WithAttach<ParentT> |
ApplicationGatewayProbe.UpdateDefinitionStages.WithTimeout.withTimeoutInSeconds(int seconds)
Specifies the amount of time in seconds waiting for a response before the probe is considered failed.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/