你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ClusterUpdateVersionParameters Class

Definition

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

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

Constructors

ClusterUpdateVersionParameters()

Creates an new ClusterUpdateVersionParameters instance.

Properties

TargetClusterVersion

The version to be applied to the cluster during update.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterUpdateVersionParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterUpdateVersionParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterUpdateVersionParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to