Compartir a través de


LocalizableString Class

Definition

Localizable string object containing the name and a localized value.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.LocalizableStringTypeConverter))]
public class LocalizableString : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILocalizableString
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.LocalizableStringTypeConverter))>]
type LocalizableString = class
    interface ILocalizableString
    interface IJsonSerializable
Public Class LocalizableString
Implements ILocalizableString
Inheritance
LocalizableString
Attributes
Implements

Constructors

LocalizableString()

Creates an new LocalizableString instance.

Properties

LocalizedValue

Localized name.

Value

Non-localized name.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LocalizableString.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LocalizableString.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ILocalizableString.

FromJsonString(String)

Creates a new instance of LocalizableString, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of LocalizableString into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to