ProfilePropertiesUpdateParameters.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.Origin(Microsoft.Azure.PowerShell.Cmdlets.Cdn.PropertyOrigin.Owned)]
public int? OriginResponseTimeoutSecond { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Origin(Microsoft.Azure.PowerShell.Cmdlets.Cdn.PropertyOrigin.Owned)>]
member this.OriginResponseTimeoutSecond : Nullable<int> with get, set
Public Property OriginResponseTimeoutSecond As Nullable(Of Integer)
Property Value
Implements
- Attributes