AzureProcessHostingConfiguration interface
Describes the hosting configuration of a process when hosted on azure
Properties
cloud |
Contains information about the cloud service the process belongs to |
kind | Polymorphic Discriminator |
provider | The hosting provider of the VM. Possible values include: 'azure' |
Property Details
cloudService
Contains information about the cloud service the process belongs to
cloudService?: AzureCloudServiceConfiguration
Property Value
kind
Polymorphic Discriminator
kind: "provider:azure"
Property Value
"provider:azure"
provider
The hosting provider of the VM. Possible values include: 'azure'
provider?: "azure"
Property Value
"azure"