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

IPlatform 接口

定义

允许更新平台的容器注册表任务更新阶段。

public interface IPlatform
type IPlatform = interface
Public Interface IPlatform
派生

方法

WithLinux()

为平台指定 Linux OS 系统的函数。

WithLinux(Architecture)

为平台指定 Linux OS 系统和体系结构的函数。

WithLinux(Architecture, Variant)

指定 Linux OS 系统、体系结构和 CPU 变体的函数。

WithPlatform(PlatformUpdateParameters)

指定平台的函数。

WithWindows()

指定平台的 Windows OS 系统的函数。

WithWindows(Architecture)

指定平台的 Windows OS 系统和体系结构的函数。

WithWindows(Architecture, Variant)

指定 Windows OS 系统、体系结构和 CPU 变体的函数。

适用于