ClusterServiceConfigResult Class

Definition

Cluster instance service config.

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

Properties

ComponentName

Component Name.

Content

Content in the service config file.

CustomKeys

The custom keys.

DefaultKeys

The default keys.

FileName

File Name.

Path

Config file path.

ServiceConfigListResultPropertiesType

Config type.

ServiceName

Service Config Name.

Explicit Interface Implementations

IJsonModel<ClusterServiceConfigResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterServiceConfigResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterServiceConfigResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterServiceConfigResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterServiceConfigResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to