Share via


ProfileEnumValidValuesFormat Class

Definition

Valid enum values in case of an enum property.

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

Constructors

ProfileEnumValidValuesFormat()

Initializes a new instance of ProfileEnumValidValuesFormat.

Properties

LocalizedValueNames

Localized names of the enum member.

Value

The integer value of the enum member.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ProfileEnumValidValuesFormat>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ProfileEnumValidValuesFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProfileEnumValidValuesFormat>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProfileEnumValidValuesFormat>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ProfileEnumValidValuesFormat>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to