Share via


IProfile.OriginResponseTimeoutSecond Property

Definition

Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="originResponseTimeoutSeconds")]
public int? OriginResponseTimeoutSecond { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="originResponseTimeoutSeconds")>]
member this.OriginResponseTimeoutSecond : Nullable<int> with get, set
Public Property OriginResponseTimeoutSecond As Nullable(Of Integer)

Property Value

Attributes

Applies to