IProcessInfoProperties.IsWebjob 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.
Is this a Web Job?
[Microsoft.Azure.PowerShell.Cmdlets.Websites.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.Websites.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