Delen via


IProcessInfo.IisProfileTimeoutInSecond Property

Definition

IIS Profile timeout (seconds).

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="IIS Profile timeout (seconds).", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=false, Required=false, SerializedName="iis_profile_timeout_in_seconds")]
public double? IisProfileTimeoutInSecond { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="IIS Profile timeout (seconds).", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=false, Required=false, SerializedName="iis_profile_timeout_in_seconds")>]
member this.IisProfileTimeoutInSecond : Nullable<double> with get, set
Public Property IisProfileTimeoutInSecond As Nullable(Of Double)

Property Value

Attributes

Applies to