IProcessInfoProperties.IisProfileTimeoutInSecond 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.
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