Share via


VirtualMachineNodes Class

Definition

Current status on a group of nodes of the same vm size.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.VirtualMachineNodesTypeConverter))]
public class VirtualMachineNodes : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IVirtualMachineNodes
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.VirtualMachineNodesTypeConverter))>]
type VirtualMachineNodes = class
    interface IVirtualMachineNodes
    interface IJsonSerializable
Public Class VirtualMachineNodes
Implements IVirtualMachineNodes
Inheritance
VirtualMachineNodes
Attributes
Implements

Constructors

Name Description
VirtualMachineNodes()

Creates an new VirtualMachineNodes instance.

Properties

Name Description
Count

Number of nodes.

Size

The VM size of the agents used to host this group of nodes.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VirtualMachineNodes.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VirtualMachineNodes.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IVirtualMachineNodes.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VirtualMachineNodes into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to