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

ContainerServiceOrchestratorProfile 类

定义

容器服务业务流程协调程序的配置文件。

public class ContainerServiceOrchestratorProfile
type ContainerServiceOrchestratorProfile = class
Public Class ContainerServiceOrchestratorProfile
继承
ContainerServiceOrchestratorProfile

构造函数

ContainerServiceOrchestratorProfile()

初始化 ContainerServiceOrchestratorProfile 类的新实例。

ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes, String)

初始化 ContainerServiceOrchestratorProfile 类的新实例。

属性

OrchestratorType

获取或设置用于管理容器服务群集资源的业务流程协调程序。 有效值为 Kubernetes、Swarm、DCOS、DockerCE 和 Custom。 可能的值包括:“Kubernetes”、“Swarm”、“DCOS”、“DockerCE”、“Custom”

OrchestratorVersion

获取或设置要使用的业务流程协调程序的版本。 可以指定实际版本的 major.minor.patch 部分。例如,可以将版本指定为“1.6.11”。

方法

Validate()

验证 对象。

适用于