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

ContainerServiceOrchestratorProfile.OrchestratorVersion 属性

定义

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

[Newtonsoft.Json.JsonProperty(PropertyName="orchestratorVersion")]
public string OrchestratorVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="orchestratorVersion")>]
member this.OrchestratorVersion : string with get, set
Public Property OrchestratorVersion As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于