AvsPrivateCloudClusterPatch Class

Definition

An update of a cluster resource.

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

Constructors

AvsPrivateCloudClusterPatch()

Initializes a new instance of AvsPrivateCloudClusterPatch.

Properties

ClusterSize

The cluster size.

Hosts

The hosts.

Explicit Interface Implementations

IJsonModel<AvsPrivateCloudClusterPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AvsPrivateCloudClusterPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AvsPrivateCloudClusterPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AvsPrivateCloudClusterPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AvsPrivateCloudClusterPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to