IProcessInfo.IsIisProfileRunning Property

Definition

Is the IIS Profile running?

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

Property Value

Attributes

Applies to