ClusterServiceConfigsProfile Class

Definition

Cluster service configs.

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

Constructors

ClusterServiceConfigsProfile(String, IEnumerable<ClusterServiceConfig>)

Initializes a new instance of ClusterServiceConfigsProfile.

Properties

Configs

List of service configs.

ServiceName

Name of the service the configurations should apply to.

Explicit Interface Implementations

IJsonModel<ClusterServiceConfigsProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterServiceConfigsProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterServiceConfigsProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterServiceConfigsProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterServiceConfigsProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to