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.ProxyResource
type Machine = class
inherit ProxyResource
Public Class Machine
Inherits ProxyResource
- Inheritance
Constructors
| Name | Description |
|---|---|
| Machine() |
Initializes a new instance of the Machine class. |
| Machine(String, String, String, SystemData, MachineProperties, IList<String>) |
Initializes a new instance of the Machine class. |
Properties
| Name | Description |
|---|---|
| Id |
Gets fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" (Inherited from Resource) |
| Name |
Gets the name of the resource (Inherited from Resource) |
| Properties |
Gets or sets the properties of the machine |
| SystemData |
Gets azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from Resource) |
| Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
| Zones |
Gets the Availability zone in which machine is located. |