Condividi tramite


IProcessInfo.IsProfileRunning Property

Definition

Is profile running?

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

Property Value

Attributes

Applies to