IWithHealthyHttpResponseStatusCodeRanges 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 update allowing to specify healthy HTTP response status code ranges.
public interface IWithHealthyHttpResponseStatusCodeRanges : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithHealthyHttpResponseStatusCodeRangesBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithHealthyHttpResponseStatusCodeRanges = interface
interface IWithHealthyHttpResponseStatusCodeRangesBeta
interface IBeta
Public Interface IWithHealthyHttpResponseStatusCodeRanges
Implements IBeta, IWithHealthyHttpResponseStatusCodeRangesBeta
- 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) |
WithHealthyHttpResponseStatusCodeRange(String) |
Adds the specified range of the backend's HTTP response status codes that are to be considered healthy. (Inherited from IWithHealthyHttpResponseStatusCodeRangesBeta) |
WithHealthyHttpResponseStatusCodeRanges(ISet<String>) |
Specifies the ranges of the backend's HTTP response status codes that are to be considered healthy. (Inherited from IWithHealthyHttpResponseStatusCodeRangesBeta) |
WithoutHealthyHttpResponseStatusCodeRanges() |
Removes all healthy HTTP status response code ranges. (Inherited from IWithHealthyHttpResponseStatusCodeRangesBeta) |
Applies to
Azure SDK for .NET