你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GalleryImageIdentifier(String, String, String) 构造函数

定义

初始化 GalleryImageIdentifier 的新实例。

public GalleryImageIdentifier (string publisher, string offer, string sku);
new Azure.ResourceManager.Compute.Models.GalleryImageIdentifier : string * string * string -> Azure.ResourceManager.Compute.Models.GalleryImageIdentifier
Public Sub New (publisher As String, offer As String, sku As String)

参数

publisher
String

库映像定义发布者的名称。

offer
String

库映像定义产品/服务的名称。

sku
String

库映像定义 SKU 的名称。

例外

publisheroffersku 为 null。

适用于