Share via


IProcessInfoProperties.IsIisProfileRunning Property

Definition

Is the IIS Profile running?

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Is the IIS Profile running?", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="is_iis_profile_running")]
public bool? IsIisProfileRunning { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Is the IIS Profile running?", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="is_iis_profile_running")>]
member this.IsIisProfileRunning : Nullable<bool> with get, set
Public Property IsIisProfileRunning As Nullable(Of Boolean)

Property Value

Attributes

Applies to