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

ContainerServiceOrchestratorProfile 构造函数

定义

重载

ContainerServiceOrchestratorProfile()

初始化 ContainerServiceOrchestratorProfile 类的新实例。

ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes, String)

初始化 ContainerServiceOrchestratorProfile 类的新实例。

ContainerServiceOrchestratorProfile()

初始化 ContainerServiceOrchestratorProfile 类的新实例。

public ContainerServiceOrchestratorProfile ();
Public Sub New ()

适用于

ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes, String)

初始化 ContainerServiceOrchestratorProfile 类的新实例。

public ContainerServiceOrchestratorProfile (Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorTypes orchestratorType, string orchestratorVersion = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorProfile : Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorTypes * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorProfile
Public Sub New (orchestratorType As ContainerServiceOrchestratorTypes, Optional orchestratorVersion As String = Nothing)

参数

orchestratorType
ContainerServiceOrchestratorTypes

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

orchestratorVersion
String

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

适用于