Machine Class

Definition

A machine. Contains details about the underlying virtual machine. A machine may be visible here but not in kubectl get nodes; if so it may be because the machine has not been registered with the Kubernetes API Server yet.

public class Machine : Microsoft.Azure.Management.ContainerService.Models.SubResource
type Machine = class
    inherit SubResource
Public Class Machine
Inherits SubResource
Inheritance

Constructors

Name Description
Machine()

Initializes a new instance of the Machine class.

Machine(String, String, String, IList<String>, MachineProperties)

Initializes a new instance of the Machine class.

Properties

Name Description
Id

Gets resource ID.

(Inherited from SubResource)
Name

Gets the name of the resource that is unique within a resource group. This name can be used to access the resource.

(Inherited from SubResource)
Properties

Gets the properties of the machine

Type

Gets resource type

(Inherited from SubResource)
Zones

Gets the Availability zone in which machine is located.

Applies to