Aracılığıyla paylaş


LanguageExtension Class

Definition

The language extension object.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.LanguageExtensionTypeConverter))]
public class LanguageExtension : Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ILanguageExtension
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.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

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.Synapse.Models.Api20210601Preview.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.

Applies to