Share via


MachineProperties Class

Definition

The properties of the machine

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

Constructors

Name Description
MachineProperties()

Creates an new MachineProperties instance.

Properties

Name Description
NetworkIPAddress

IPv4, IPv6 addresses of the machine

ResourceId

Azure resource id of the machine. It can be used to GET underlying VM Instance

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MachineProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MachineProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MachineProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to