LocalizableString Class

Definition

Localizable string object containing the name and a localized value.

public class LocalizableString
public class LocalizableString : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.LocalizableString>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.LocalizableString>
type LocalizableString = class
type LocalizableString = class
    interface IJsonModel<LocalizableString>
    interface IPersistableModel<LocalizableString>
Public Class LocalizableString
Public Class LocalizableString
Implements IJsonModel(Of LocalizableString), IPersistableModel(Of LocalizableString)
Inheritance
LocalizableString
Implements

Properties

LocalizedValue

Localized name.

Value

Non-localized name.

Explicit Interface Implementations

IJsonModel<LocalizableString>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<LocalizableString>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LocalizableString>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LocalizableString>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<LocalizableString>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to