次の方法で共有


ClusterContinueUpdateVersionContent Class

Definition

ClusterContinueUpdateVersionParameters represents the body of the request to continue the update of a cluster version.

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

Constructors

ClusterContinueUpdateVersionContent()

Initializes a new instance of ClusterContinueUpdateVersionContent.

Properties

MachineGroupTargetingMode

The mode by which the cluster will target the next grouping of servers to continue the update.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ClusterContinueUpdateVersionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterContinueUpdateVersionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterContinueUpdateVersionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterContinueUpdateVersionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterContinueUpdateVersionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to