Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interfaces
IBlank<ParentT> |
The first stage of an application gateway probe definition. |
IDefinition<ParentT> |
The entirety of an application gateway probe definition. |
IWithAttach<ReturnT> |
The final stage of an application gateway probe definition. At this stage, any remaining optional settings can be specified, or the probe definition can be attached to the parent application gateway definition. |
IWithHealthyHttpResponseBodyContents<ReturnT> |
The stage of an application gateway probe definition allowing to specify the body contents of a healthy HTTP response to a probe. |
IWithHealthyHttpResponseBodyContentsBeta<ReturnT> |
The stage of an application gateway probe definition allowing to specify the body contents of a healthy HTTP response to a probe. |
IWithHealthyHttpResponseStatusCodeRanges<ReturnT> |
The stage of an application gateway probe definition allowing to specify healthy HTTP response status code ranges. |
IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT> |
The stage of an application gateway probe definition allowing to specify healthy HTTP response status code ranges. |
IWithHost<ParentT> |
Stage of an application gateway probe definition allowing to specify the host to send the probe to. |
IWithInterval<ParentT> |
Stage of an application gateway probe definition allowing to specify the time interval between consecutive probes. |
IWithPath<ParentT> |
Stage of an application gateway probe definition allowing to specify the relative path to send the probe to. |
IWithProtocol<ParentT> |
Stage of an application gateway probe update allowing to specify the protocol of the probe. |
IWithRetries<ParentT> |
Stage of an application gateway probe definition allowing to specify the number of retries before the server is considered unhealthy. |
IWithTimeout<ParentT> |
Stage of an application gateway probe definition allowing to specify the amount of time to after which the probe is considered failed. |
Azure SDK for .NET