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

IWithIdentifier.WithIdentifier 方法

定义

重载

WithIdentifier(GalleryImageIdentifier)

指定映像 (发布者、套餐和 SKU) 标识符。

WithIdentifier(String, String, String)

指定映像 (发布者、套餐和 sku) 标识符。

WithIdentifier(GalleryImageIdentifier)

指定映像 (发布者、套餐和 SKU) 标识符。

public Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithOsTypeAndState WithIdentifier (Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageIdentifier identifier);
abstract member WithIdentifier : Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageIdentifier -> Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithOsTypeAndState
Public Function WithIdentifier (identifier As GalleryImageIdentifier) As IWithOsTypeAndState

参数

identifier
GalleryImageIdentifier

标识符参数值。

返回

适用于

WithIdentifier(String, String, String)

指定映像 (发布者、套餐和 sku) 标识符。

public Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithOsTypeAndState WithIdentifier (string publisher, string offer, string sku);
abstract member WithIdentifier : string * string * string -> Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithOsTypeAndState
Public Function WithIdentifier (publisher As String, offer As String, sku As String) As IWithOsTypeAndState

参数

publisher
String

映像发布者名称。

offer
String

映像产品/服务名称。

sku
String

映像 SKU 名称。

返回

适用于