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

IWithOsType 接口

定义

允许指定 OS 类型的容器组定义的阶段。

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

方法

WithLinux()

指定这是 Linux 容器组。

WithWindows()

指定这是 Windows 容器组。

适用于