AzureHostingConfiguration interface

Provides information about how a machine is hosted in Azure

Properties

cloudService

Contains information about machines hosted as an Azure Cloud Service

faultDomain

Fault domain of the VM.

image

Image of the machine.

kind

Polymorphic Discriminator

location

Geographical location of the VM.

name

Machine name according to the hosting provider.

provider

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

resourceGroup

Resource group name within the specified subscription.

resourceId

Unique identifier of the resource.

serviceFabricCluster

Contains information about machines that belong an Azure Service Fabric Cluster

size

Size of the VM.

subscriptionId

Subscription ID.

updateDomain

Update domain of the VM.

vmId

Virtual Machine ID (unique identifier).

vmScaleSet

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

Property Details

cloudService

Contains information about machines hosted as an Azure Cloud Service

cloudService?: AzureCloudServiceConfiguration

Property Value

faultDomain

Fault domain of the VM.

faultDomain?: string

Property Value

string

image

Image of the machine.

image?: ImageConfiguration

Property Value

kind

Polymorphic Discriminator

kind: "provider:azure"

Property Value

"provider:azure"

location

Geographical location of the VM.

location?: string

Property Value

string

name

Machine name according to the hosting provider.

name?: string

Property Value

string

provider

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

provider?: "azure"

Property Value

"azure"

resourceGroup

Resource group name within the specified subscription.

resourceGroup?: string

Property Value

string

resourceId

Unique identifier of the resource.

resourceId?: string

Property Value

string

serviceFabricCluster

Contains information about machines that belong an Azure Service Fabric Cluster

serviceFabricCluster?: AzureServiceFabricClusterConfiguration

Property Value

size

Size of the VM.

size?: string

Property Value

string

subscriptionId

Subscription ID.

subscriptionId?: string

Property Value

string

updateDomain

Update domain of the VM.

updateDomain?: string

Property Value

string

vmId

Virtual Machine ID (unique identifier).

vmId?: string

Property Value

string

vmScaleSet

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

vmScaleSet?: AzureVmScaleSetConfiguration

Property Value