你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ILanguageExtension.ImageName Property

Definition

The language extension image name.

[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