Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CloudAppliance

Package version

interface

An interface representing CloudAppliance. The cloud appliance.

Hierarchy

  • CloudAppliance

Index

Properties

Optional isVnetDnsConfigured

isVnetDnsConfigured: undefined | false | true
member

{boolean} [isVnetDnsConfigured] Indicates whether virtual network used is configured with DNS or not.

Optional isVnetExpressConfigured

isVnetExpressConfigured: undefined | false | true
member

{boolean} [isVnetExpressConfigured] Indicates whether virtual network used is configured with express route or not.

Optional modelNumber

modelNumber: undefined | string
member

{string} [modelNumber] The model number.

name

name: string
member

{string} name The name.

Optional storageAccountName

storageAccountName: undefined | string
member

{string} [storageAccountName] The name of the storage account.

Optional storageAccountType

storageAccountType: undefined | string
member

{string} [storageAccountType] The type of the storage account.

Optional subnetName

subnetName: undefined | string
member

{string} [subnetName] The name of the subnet.

Optional vmImageName

vmImageName: undefined | string
member

{string} [vmImageName] The name of the virtual machine image.

Optional vmType

vmType: undefined | string
member

{string} [vmType] The type of the virtual machine.

Optional vnetName

vnetName: undefined | string
member

{string} [vnetName] The name of the virtual network.

vnetRegion

vnetRegion: string
member

{string} vnetRegion The virtual network region.

Generated using TypeDoc