Share via


ClusterContinueUpdateVersionParameters Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ClusterContinueUpdateVersionParametersTypeConverter))]
public class ClusterContinueUpdateVersionParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterContinueUpdateVersionParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ClusterContinueUpdateVersionParametersTypeConverter))>]
type ClusterContinueUpdateVersionParameters = class
    interface IClusterContinueUpdateVersionParameters
    interface IJsonSerializable
Public Class ClusterContinueUpdateVersionParameters
Implements IClusterContinueUpdateVersionParameters
Inheritance
ClusterContinueUpdateVersionParameters
Attributes
Implements

Constructors

Name Description
ClusterContinueUpdateVersionParameters()

Creates an new ClusterContinueUpdateVersionParameters instance.

Properties

Name Description
MachineGroupTargetingMode

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

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterContinueUpdateVersionParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterContinueUpdateVersionParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterContinueUpdateVersionParameters.

FromJsonString(String)

Creates a new instance of ClusterContinueUpdateVersionParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterContinueUpdateVersionParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to