Share via


ILocalizableString Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.LocalizableStringTypeConverter))]
public interface ILocalizableString : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.LocalizableStringTypeConverter))>]
type ILocalizableString = interface
    interface IJsonSerializable
Public Interface ILocalizableString
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
LocalizedValue

the locale specific value.

Value

the invariant value.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to