HDInsightLocalizedName Class

Definition

The details about the localizable name of a type of usage.

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

Properties

LocalizedValue

The localized name of the used resource.

Value

The name of the used resource.

Explicit Interface Implementations

IJsonModel<HDInsightLocalizedName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightLocalizedName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightLocalizedName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightLocalizedName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightLocalizedName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to