HDInsightClusterPoolPatch Class

Definition

Tags object for patch operations.

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

Constructors

HDInsightClusterPoolPatch()

Initializes a new instance of HDInsightClusterPoolPatch.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<HDInsightClusterPoolPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightClusterPoolPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightClusterPoolPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightClusterPoolPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightClusterPoolPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to