Share via


NetworkCloudClusterManagerPatch Class

Definition

ClusterManagerPatchParameters represents the body of the request to patch the cluster properties.

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

Constructors

Name Description
NetworkCloudClusterManagerPatch()

Initializes a new instance of NetworkCloudClusterManagerPatch.

Properties

Name Description
Identity

The identity for the resource.

Tags

The Azure resource tags that will replace the existing ones.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkCloudClusterManagerPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkCloudClusterManagerPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkCloudClusterManagerPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkCloudClusterManagerPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to