你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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) |