次の方法で共有


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

適用対象