IContinuousWebJob.UsingSdk Property

Definition

Using SDK?

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

Property Value

Attributes

Applies to