Share via


VirtualClusterPatch Class

Definition

An update request for virtual cluster.

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

Constructors

Name Description
VirtualClusterPatch()

Initializes a new instance of VirtualClusterPatch.

Properties

Name Description
ChildResources

List of resources in this virtual cluster.

SubnetId

Subnet resource ID for the virtual cluster.

Tags

Resource tags.

Version

Virtual cluster version.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<VirtualClusterPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualClusterPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualClusterPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualClusterPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to