AzureHostingConfiguration type
Provides information about how a machine is hosted in Azure
type AzureHostingConfiguration = HostingConfiguration & {
cloudService?: AzureCloudServiceConfiguration
faultDomain?: string
image?: ImageConfiguration
kind: "provider:azure"
location?: string
name?: string
resourceGroup?: string
resourceId?: string
serviceFabricCluster?: AzureServiceFabricClusterConfiguration
size?: string
subscriptionId?: string
updateDomain?: string
vmId?: string
vmScaleSet?: AzureVmScaleSetConfiguration
}
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript