ISandboxCustomImageProperties.Language 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 name, for example Python.
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The language name, for example Python.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=true, SerializedName="language")]
public string Language { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The language name, for example Python.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=true, SerializedName="language")>]
member this.Language : string
Public ReadOnly Property Language As String
Property Value
- Attributes