Machine interface
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.
- Extends
Properties
| properties | The properties of the machine NOTE: This property will not be serialized. It can only be populated by the server. |
| zones | The Availability zone in which machine is located. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
| id | Resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The name of the resource that is unique within a resource group. This name can be used to access the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
properties
The properties of the machine NOTE: This property will not be serialized. It can only be populated by the server.
properties?: MachineProperties
Property Value
zones
The Availability zone in which machine is located. NOTE: This property will not be serialized. It can only be populated by the server.
zones?: string[]
Property Value
string[]
Inherited Property Details
id
Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From SubResource.id
name
The name of the resource that is unique within a resource group. This name can be used to access the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From SubResource.name
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From SubResource.type