IProfileUpdateParameters.OriginResponseTimeoutSecond Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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