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

IWithOrchestrator 接口

定义

允许指定业务流程类型的容器服务定义的阶段。

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

方法

WithDcosOrchestration()

指定容器服务的 DCOS 业务流程类型。

WithKubernetesOrchestration()

指定容器服务的 Kubernetes 业务流程类型。

WithSwarmOrchestration()

指定容器服务的 Swarm 业务流程类型。

适用于