你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ImageReference Class
Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. NOTE: Image reference publisher and offer can only be set when you create the scale set.
Constructor
ImageReference(*, publisher: str | None = None, offer: str | None = None, sku: str | None = None, version: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
publisher
|
The image publisher. |
offer
|
Specifies the offer of the platform image or marketplace image used to create the virtual machine. |
sku
|
The image SKU. |
version
|
Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. |
Variables
Name | Description |
---|---|
publisher
|
The image publisher. |
offer
|
Specifies the offer of the platform image or marketplace image used to create the virtual machine. |
sku
|
The image SKU. |
version
|
Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. |