CloudAppliance Constructors

Definition

Overloads

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.

CloudAppliance()

Initializes a new instance of the CloudAppliance class.

public CloudAppliance ();
Public Sub New ()

Applies to

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

Initializes a new instance of the CloudAppliance class.

public CloudAppliance (string name, string vnetRegion, string vnetName = default, bool? isVnetDnsConfigured = default, bool? isVnetExpressConfigured = default, string subnetName = default, string storageAccountName = default, string storageAccountType = default, string vmType = default, string vmImageName = default, string modelNumber = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.CloudAppliance : string * string * string * Nullable<bool> * Nullable<bool> * string * string * string * string * string * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.CloudAppliance
Public Sub New (name As String, vnetRegion As String, Optional vnetName As String = Nothing, Optional isVnetDnsConfigured As Nullable(Of Boolean) = Nothing, Optional isVnetExpressConfigured As Nullable(Of Boolean) = Nothing, Optional subnetName As String = Nothing, Optional storageAccountName As String = Nothing, Optional storageAccountType As String = Nothing, Optional vmType As String = Nothing, Optional vmImageName As String = Nothing, Optional modelNumber As String = Nothing)

Parameters

name
String

The name.

vnetRegion
String

The virtual network region.

vnetName
String

The name of the virtual network.

isVnetDnsConfigured
Nullable<Boolean>

Indicates whether virtual network used is configured with DNS or not.

isVnetExpressConfigured
Nullable<Boolean>

Indicates whether virtual network used is configured with express route or not.

subnetName
String

The name of the subnet.

storageAccountName
String

The name of the storage account.

storageAccountType
String

The type of the storage account.

vmType
String

The type of the virtual machine.

vmImageName
String

The name of the virtual machine image.

modelNumber
String

The model number.

Applies to