Share via


PhysicalNodes Class

Definition

The PhysicalNodes of a cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.PhysicalNodesTypeConverter))]
public class PhysicalNodes : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IPhysicalNodes
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.PhysicalNodesTypeConverter))>]
type PhysicalNodes = class
    interface IPhysicalNodes
    interface IJsonSerializable
Public Class PhysicalNodes
Implements IPhysicalNodes
Inheritance
PhysicalNodes
Attributes
Implements

Constructors

PhysicalNodes()

Creates an new PhysicalNodes instance.

Properties

Ipv4Address

The IPv4 address assigned to each physical server on your Azure Stack HCI cluster.

Name

NETBIOS name of each physical server on your Azure Stack HCI cluster.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PhysicalNodes.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PhysicalNodes.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IPhysicalNodes.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PhysicalNodes into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to