HDInsightClusterPatch Class

Definition

The patch for a cluster.

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

Constructors

HDInsightClusterPatch()

Initializes a new instance of HDInsightClusterPatch.

Properties

ClusterProfile

Cluster resource patch properties.

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<HDInsightClusterPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightClusterPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightClusterPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightClusterPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightClusterPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to