CloudMachine Class
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.
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
Azure SDK for .NET