IMachine Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.MachineTypeConverter))]
public interface IMachine : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ISubResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.MachineTypeConverter))>]
type IMachine = interface
interface IJsonSerializable
interface ISubResource
Public Interface IMachine
Implements ISubResource
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Id |
Resource ID. (Inherited from ISubResource) |
| Name |
The name of the resource that is unique within a resource group. This name can be used to access the resource. (Inherited from ISubResource) |
| NetworkIPAddress |
IPv4, IPv6 addresses of the machine |
| ResourceId |
Azure resource id of the machine. It can be used to GET underlying VM Instance |
| Type |
Resource type (Inherited from ISubResource) |
| Zone |
The Availability zone in which machine is located. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |