CloudMachine Class

Definition

Stores configuration of a CloudMachine.

public class CloudMachine
type CloudMachine = class
Public Class CloudMachine
Inheritance
CloudMachine

Constructors

CloudMachine(Stream)

Loads CloudMachine settings from stream.

CloudMachine(String)

Loads CloudMachine settings from configurationFile

Properties

DisplayName

Friendly name of CloudMachine. It's stored as a Tag of all Azure resources associated with the machine.

Id

Unique identifier of a CloudMachine. It's the name of the resource group of all the CloudMachine resources.

Region

Azure region, e.g. westus2

SubscriptionId

Azure subscription ID.

Methods

Create(String, String)

Creates a new CloudMachine

Applies to