VmssFabricProfile interface
The agents will run on Virtual Machine Scale Sets.
- Extends
Properties
images | The VM images of the machines in the pool. |
kind | Polymorphic discriminator, which specifies the different types this object can be |
network |
The network profile of the machines in the pool. |
os |
The OS profile of the machines in the pool. |
sku | The Azure SKU of the machines in the pool. |
storage |
The storage profile of the machines in the pool. |
Property Details
images
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "Vmss"
Property Value
"Vmss"
networkProfile
The network profile of the machines in the pool.
networkProfile?: NetworkProfile
Property Value
osProfile
sku
storageProfile
The storage profile of the machines in the pool.
storageProfile?: StorageProfile
Property Value
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