ILanguageExtension.ImageName 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.
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