ConnectedClusterPatch Class

Definition

Object containing updates for patch operations.

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

Constructors

Name Description
ConnectedClusterPatch()

Initializes a new instance of ConnectedClusterPatch.

Properties

Name Description
Properties

Describes the connected cluster resource properties that can be updated during PATCH operation.

Tags

Resource tags.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ConnectedClusterPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectedClusterPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectedClusterPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectedClusterPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectedClusterPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to