Machine Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |