ClusterServiceConfigValueEntity Class

Definition

Default config details.

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

Properties

Description

Config description.

Value

Config value.

Explicit Interface Implementations

IJsonModel<ClusterServiceConfigValueEntity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterServiceConfigValueEntity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterServiceConfigValueEntity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterServiceConfigValueEntity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterServiceConfigValueEntity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to