Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition Namespace

Interfaces

IBlank<ParentT>

The first stage of an application gateway probe definition.

IUpdateDefinition<ParentT>

The entirety of an application gateway probe definition as part of an application gateway update.

IWithAttach<ParentT>

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 path to send the probe to.

IWithProtocol<ParentT>

Stage of an application gateway probe definition 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.