MachineProperties Constructors
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.
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