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(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="originResponseTimeoutSeconds", Update=true)]
public int? OriginResponseTimeoutSecond { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="originResponseTimeoutSeconds", Update=true)>]
member this.OriginResponseTimeoutSecond : Nullable<int> with get, set
Public Property OriginResponseTimeoutSecond As Nullable(Of Integer)

Property Value

Attributes

Applies to