IWithHealthyHttpResponseStatusCodeRangesBeta Interface

Definition

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

public interface IWithHealthyHttpResponseStatusCodeRangesBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithHealthyHttpResponseStatusCodeRangesBeta = interface
    interface IBeta
Public Interface IWithHealthyHttpResponseStatusCodeRangesBeta
Implements IBeta
Derived
Implements

Methods

WithHealthyHttpResponseStatusCodeRange(Int32, Int32)

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

WithHealthyHttpResponseStatusCodeRange(String)

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

WithHealthyHttpResponseStatusCodeRanges(ISet<String>)

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

WithoutHealthyHttpResponseStatusCodeRanges()

Removes all healthy HTTP status response code ranges.

Applies to