你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IPlatform 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许指定平台的容器注册表任务定义的阶段。
public interface IPlatform
type IPlatform = interface
Public Interface IPlatform
- 派生
方法
WithLinux() |
为平台指定 Linux OS 系统的函数。 |
WithLinux(Architecture) |
为平台指定 Linux OS 系统和体系结构的函数。 |
WithLinux(Architecture, Variant) |
指定 Linux OS 系统、体系结构和 CPU 变体的函数。 |
WithPlatform(PlatformProperties) |
指定平台的函数。 |
WithWindows() |
指定平台的 Windows OS 系统的函数。 |
WithWindows(Architecture) |
指定平台的 Windows OS 系统和体系结构的函数。 |
WithWindows(Architecture, Variant) |
指定 Windows OS 系统、体系结构和 CPU 变体的函数。 |