IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT> Interface
Definition
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.
The stage of an application gateway probe definition allowing to specify healthy HTTP response status code ranges.
public interface IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithHealthyHttpResponseStatusCodeRangesBeta<'ReturnT> = interface
interface IBeta
Public Interface IWithHealthyHttpResponseStatusCodeRangesBeta(Of ReturnT)
Implements IBeta
Type Parameters
- ReturnT
The stage of the parent application gateway update 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. |
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. |
Applies to
Azure SDK for .NET