ILanguageExtension.ImageName Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The language extension image name.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.LanguageExtensionImageName) }, ReadOnly=false, Required=false, SerializedName="languageExtensionImageName")]
public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.LanguageExtensionImageName? ImageName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The language extension image name.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.LanguageExtensionImageName) }, ReadOnly=false, Required=false, SerializedName="languageExtensionImageName")>]
member this.ImageName : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.LanguageExtensionImageName> with get, set
Public Property ImageName As Nullable(Of LanguageExtensionImageName)

Property Value

Attributes

Applies to