IWithHealthyHttpResponseStatusCodeRanges<ReturnT> Interface

Definition

The stage of an application gateway probe definition allowing to specify healthy HTTP response status code ranges.

public interface IWithHealthyHttpResponseStatusCodeRanges<ReturnT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithHealthyHttpResponseStatusCodeRanges<'ReturnT> = interface
    interface IWithHealthyHttpResponseStatusCodeRangesBeta<'ReturnT>
    interface IBeta
Public Interface IWithHealthyHttpResponseStatusCodeRanges(Of ReturnT)
Implements IBeta, IWithHealthyHttpResponseStatusCodeRangesBeta(Of ReturnT)

Type Parameters

ReturnT

The stage of the parent application gateway definition to return to after attaching this definition.

Derived
Implements

Methods

WithHealthyHttpResponseStatusCodeRange(Int32, Int32)

Adds the specified range of the backend's HTTP response status codes that are to be considered healthy.

(Inherited from IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT>)
WithHealthyHttpResponseStatusCodeRange(String)

Adds the specified range of the backend's HTTP response status codes that are to be considered healthy.

(Inherited from IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT>)
WithHealthyHttpResponseStatusCodeRanges(ISet<String>)

Specifies the ranges of the backend's HTTP response status codes that are to be considered healthy.

(Inherited from IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT>)

Applies to