Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureHostingConfiguration

Package version

Provides information about how a machine is hosted in Azure

Hierarchy

  • AzureHostingConfiguration

Index

Properties

Optional cloudService

Contains information about machines hosted as an Azure Cloud Service

Optional faultDomain

faultDomain: undefined | string

Fault domain of the VM.

Optional image

Image of the machine.

kind

kind: "provider:azure"

Polymorphic Discriminator

Optional location

location: undefined | string

Geographical location of the VM.

Optional name

name: undefined | string

Machine name according to the hosting provider.

Optional provider

provider: Provider

The hosting provider of the VM. Possible values include: 'azure'

Optional resourceGroup

resourceGroup: undefined | string

Resource group name within the specified subscription.

Optional resourceId

resourceId: undefined | string

Unique identifier of the resource.

Optional serviceFabricCluster

Contains information about machines that belong an Azure Service Fabric Cluster

Optional size

size: undefined | string

Size of the VM.

Optional subscriptionId

subscriptionId: undefined | string

Subscription ID.

Optional updateDomain

updateDomain: undefined | string

Update domain of the VM.

Optional vmId

vmId: undefined | string

Virtual Machine ID (unique identifier).

Optional vmScaleSet

Contains information about machines hosted as an Azure Virtual Machine Scale Set

Generated using TypeDoc