CloudAppliance interface
The cloud appliance.
Properties
is |
Indicates whether virtual network used is configured with DNS or not. |
is |
Indicates whether virtual network used is configured with express route or not. |
model |
The model number. |
name | The name. |
storage |
The name of the storage account. |
storage |
The type of the storage account. |
subnet |
The name of the subnet. |
vm |
The name of the virtual machine image. |
vm |
The type of the virtual machine. |
vnet |
The name of the virtual network. |
vnet |
The virtual network region. |
Property Details
isVnetDnsConfigured
Indicates whether virtual network used is configured with DNS or not.
isVnetDnsConfigured?: boolean
Property Value
boolean
isVnetExpressConfigured
Indicates whether virtual network used is configured with express route or not.
isVnetExpressConfigured?: boolean
Property Value
boolean
modelNumber
The model number.
modelNumber?: string
Property Value
string
name
The name.
name: string
Property Value
string
storageAccountName
The name of the storage account.
storageAccountName?: string
Property Value
string
storageAccountType
The type of the storage account.
storageAccountType?: string
Property Value
string
subnetName
The name of the subnet.
subnetName?: string
Property Value
string
vmImageName
The name of the virtual machine image.
vmImageName?: string
Property Value
string
vmType
The type of the virtual machine.
vmType?: string
Property Value
string
vnetName
The name of the virtual network.
vnetName?: string
Property Value
string
vnetRegion
The virtual network region.
vnetRegion: string
Property Value
string
Azure SDK for JavaScript