Condividi tramite


IProcessInfo.IsWebjob Property

Definition

Is this a Web Job?

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

Property Value

Attributes

Applies to