LanguageExtension Class
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 object.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.LanguageExtensionTypeConverter))]
public class LanguageExtension : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ILanguageExtension
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.LanguageExtensionTypeConverter))>]
type LanguageExtension = class
interface ILanguageExtension
interface IJsonSerializable
Public Class LanguageExtension
Implements ILanguageExtension
- Inheritance
-
LanguageExtension
- Attributes
- Implements
Constructors
LanguageExtension() |
Creates an new LanguageExtension instance. |
Properties
CustomImageName |
The language extension custom image name. |
ImageName |
The language extension image name. |
Name |
The language extension name. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LanguageExtension. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LanguageExtension. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ILanguageExtension. |
FromJsonString(String) |
Creates a new instance of LanguageExtension, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LanguageExtension into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |