ClusterUpdate Class

Definition

An update of a cluster resource

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ClusterUpdateTypeConverter))]
public class ClusterUpdate : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IClusterUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ClusterUpdateTypeConverter))>]
type ClusterUpdate = class
    interface IClusterUpdate
    interface IJsonSerializable
Public Class ClusterUpdate
Implements IClusterUpdate
Inheritance
ClusterUpdate
Attributes
Implements

Constructors

ClusterUpdate()

Creates an new ClusterUpdate instance.

Properties

ClusterSize

The cluster size

Host

The hosts

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IClusterUpdate.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to