CloudVmClusterPatch Class

Definition

The type used for update operations of the CloudVmCluster.

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

Constructors

CloudVmClusterPatch()

Initializes a new instance of CloudVmClusterPatch.

Properties

Properties

The updatable properties of the CloudVmCluster.

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<CloudVmClusterPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CloudVmClusterPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloudVmClusterPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudVmClusterPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CloudVmClusterPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to