MachineProperties Constructors

Definition

Overloads

Name Description
MachineProperties()

Initializes a new instance of the MachineProperties class.

MachineProperties(MachineNetworkProperties, String)

Initializes a new instance of the MachineProperties class.

MachineProperties()

Initializes a new instance of the MachineProperties class.

public MachineProperties();
Public Sub New ()

Applies to

MachineProperties(MachineNetworkProperties, String)

Initializes a new instance of the MachineProperties class.

public MachineProperties(Microsoft.Azure.Management.ContainerService.Models.MachineNetworkProperties network = default, string resourceId = default);
new Microsoft.Azure.Management.ContainerService.Models.MachineProperties : Microsoft.Azure.Management.ContainerService.Models.MachineNetworkProperties * string -> Microsoft.Azure.Management.ContainerService.Models.MachineProperties
Public Sub New (Optional network As MachineNetworkProperties = Nothing, Optional resourceId As String = Nothing)

Parameters

network
MachineNetworkProperties

network properties of the machine

resourceId
String

Azure resource id of the machine. It can be used to GET underlying VM Instance

Applies to