共用方式為


HttpErrorRangeParameters Constructors

Definition

Overloads

HttpErrorRangeParameters()

Initializes a new instance of the HttpErrorRangeParameters class.

HttpErrorRangeParameters(Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the HttpErrorRangeParameters class.

HttpErrorRangeParameters()

Initializes a new instance of the HttpErrorRangeParameters class.

public HttpErrorRangeParameters ();
Public Sub New ()

Applies to

HttpErrorRangeParameters(Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the HttpErrorRangeParameters class.

public HttpErrorRangeParameters (int? begin = default, int? end = default);
new Microsoft.Azure.Management.Cdn.Models.HttpErrorRangeParameters : Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Cdn.Models.HttpErrorRangeParameters
Public Sub New (Optional begin As Nullable(Of Integer) = Nothing, Optional end As Nullable(Of Integer) = Nothing)

Parameters

begin
Nullable<Int32>

The inclusive start of the http status code range.

end
Nullable<Int32>

The inclusive end of the http status code range.

Applies to