AzureHostingConfiguration interface
Provides information about how a machine is hosted in Azure
Properties
cloud |
Contains information about machines hosted as an Azure Cloud Service |
fault |
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' |
resource |
Resource group name within the specified subscription. |
resource |
Unique identifier of the resource. |
service |
Contains information about machines that belong an Azure Service Fabric Cluster |
size | Size of the VM. |
subscription |
Subscription ID. |
update |
Update domain of the VM. |
vm |
Virtual Machine ID (unique identifier). |
vm |
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
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