IResponseBasedOriginErrorDetectionParameters 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ResponseBasedOriginErrorDetectionParametersTypeConverter))]
public interface IResponseBasedOriginErrorDetectionParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ResponseBasedOriginErrorDetectionParametersTypeConverter))>]
type IResponseBasedOriginErrorDetectionParameters = interface
interface IJsonSerializable
Public Interface IResponseBasedOriginErrorDetectionParameters
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
HttpErrorRange |
The list of Http status code ranges that are considered as server errors for origin and it is marked as unhealthy. |
ResponseBasedDetectedErrorType |
Type of response errors for real user requests for which origin will be deemed unhealthy |
ResponseBasedFailoverThresholdPercentage |
The percentage of failed requests in the sample where failover should trigger. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |