共用方式為


ClusterUpdateVersionContent Class

Definition

ClusterUpdateVersionParameters represents the body of the request to update cluster version.

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

Constructors

ClusterUpdateVersionContent(String)

Initializes a new instance of ClusterUpdateVersionContent.

Properties

TargetClusterVersion

The version to be applied to the cluster during update.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ClusterUpdateVersionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterUpdateVersionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterUpdateVersionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterUpdateVersionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterUpdateVersionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to