ImageConfiguration interface
Describes the VM image of a machine.
Properties
offering | Offering of the VM image. |
publisher | Publisher of the VM image. |
sku | SKU of the VM image. |
version | Version of the VM image. |
Property Details
offering
Offering of the VM image.
offering?: string
Property Value
string
publisher
Publisher of the VM image.
publisher?: string
Property Value
string
sku
SKU of the VM image.
sku?: string
Property Value
string
version
Version of the VM image.
version?: string
Property Value
string
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