Share via


CloudAppliance Class

Definition

The cloud appliance.

public class CloudAppliance
type CloudAppliance = class
Public Class CloudAppliance
Inheritance
CloudAppliance

Constructors

CloudAppliance()

Initializes a new instance of the CloudAppliance class.

CloudAppliance(String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, String, String, String, String, String)

Initializes a new instance of the CloudAppliance class.

Properties

IsVnetDnsConfigured

Gets or sets indicates whether virtual network used is configured with DNS or not.

IsVnetExpressConfigured

Gets or sets indicates whether virtual network used is configured with express route or not.

ModelNumber

Gets or sets the model number.

Name

Gets or sets the name.

StorageAccountName

Gets or sets the name of the storage account.

StorageAccountType

Gets or sets the type of the storage account.

SubnetName

Gets or sets the name of the subnet.

VmImageName

Gets or sets the name of the virtual machine image.

VmType

Gets or sets the type of the virtual machine.

VnetName

Gets or sets the name of the virtual network.

VnetRegion

Gets or sets the virtual network region.

Methods

Validate()

Validate the object.

Applies to