次の方法で共有


WebTest.Timeout Property

Definition

Seconds until this WebTest will timeout and fail. Default value is 30.

[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.DoNotFormat]
[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Origin(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PropertyOrigin.Inlined)]
public int? Timeout { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.DoNotFormat>]
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Origin(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PropertyOrigin.Inlined)>]
member this.Timeout : Nullable<int> with get, set
Public Property Timeout As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to