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

HttpErrorRangeParameters Class

Definition

The JSON object that represents the range for http status codes

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.HttpErrorRangeParametersTypeConverter))]
public class HttpErrorRangeParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IHttpErrorRangeParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.HttpErrorRangeParametersTypeConverter))>]
type HttpErrorRangeParameters = class
    interface IHttpErrorRangeParameters
    interface IJsonSerializable
Public Class HttpErrorRangeParameters
Implements IHttpErrorRangeParameters
Inheritance
HttpErrorRangeParameters
Attributes
Implements

Constructors

HttpErrorRangeParameters()

Creates an new HttpErrorRangeParameters instance.

Properties

Begin

The inclusive start of the http status code range.

End

The inclusive end of the http status code range.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HttpErrorRangeParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HttpErrorRangeParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IHttpErrorRangeParameters.

FromJsonString(String)

Creates a new instance of HttpErrorRangeParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of HttpErrorRangeParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to