Share via


IHttpErrorRangeParameters.Begin Property

Definition

The inclusive start of the http status code range.

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="The inclusive start of the http status code range.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="begin", Update=true)]
public int? Begin { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="The inclusive start of the http status code range.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="begin", Update=true)>]
member this.Begin : Nullable<int> with get, set
Public Property Begin As Nullable(Of Integer)

Property Value

Attributes

Applies to