Share via


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

IWithIdentifier 接口

定义

库映像定义的阶段,允许指定标识映像的发布者、产品/服务和 SKU 的标识符。

public interface IWithIdentifier : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithIdentifier = interface
    interface IBeta
Public Interface IWithIdentifier
Implements IBeta
派生
实现

方法

WithIdentifier(GalleryImageIdentifier)

指定映像 (发布者、产品/服务和 SKU) 标识符。

WithIdentifier(String, String, String)

指定映像 (发布者、产品/服务和 SKU) 标识符。

适用于