public interface ApplicationGatewayProbe extends HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayProbeInner>, ChildResource<ApplicationGateway>, HasProtocol<ApplicationGatewayProtocol>
Modifier and Type | Interface and Description |
---|---|
static interface |
ApplicationGatewayProbe.Definition<ParentT>
The entirety of an application gateway probe definition.
|
static interface |
ApplicationGatewayProbe.DefinitionStages
Grouping of application gateway probe definition stages.
|
static interface |
ApplicationGatewayProbe.Update
The entirety of an application gateway probe update as part of an application gateway update.
|
static interface |
ApplicationGatewayProbe.UpdateDefinition<ParentT>
The entirety of an application gateway probe definition as part of an application gateway update.
|
static interface |
ApplicationGatewayProbe.UpdateDefinitionStages
Grouping of application gateway probe definition stages applicable as part of an application gateway update.
|
static interface |
ApplicationGatewayProbe.UpdateStages
Grouping of application gateway probe update stages.
|
Modifier and Type | Method and Description |
---|---|
String |
healthyHttpResponseBodyContents() |
Set<String> |
healthyHttpResponseStatusCodeRanges() |
String |
host() |
String |
path() |
int |
retriesBeforeUnhealthy() |
int |
timeBetweenProbesInSeconds() |
int |
timeoutInSeconds() |
inner
key
name
parent
protocol
int timeBetweenProbesInSeconds()
@Beta(value=V1_4_0) Set<String> healthyHttpResponseStatusCodeRanges()
@Beta(value=V1_4_0) String healthyHttpResponseBodyContents()
String path()
int timeoutInSeconds()
Acceptable values are from 1 to 86400 seconds.
int retriesBeforeUnhealthy()
Acceptable values are from 1 second to 20.
String host()
Copyright © 2019. All rights reserved.