IProcessInfoProperties.IisProfileTimeoutInSecond Property

Definition

IIS Profile timeout (seconds).

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

Property Value

Attributes

Applies to