次の方法で共有


ClusterDefinition.ComponentVersion プロパティ

定義

クラスター内のさまざまなサービスのバージョンを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="componentVersion")]
public System.Collections.Generic.IDictionary<string,string> ComponentVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="componentVersion")>]
member this.ComponentVersion : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property ComponentVersion As IDictionary(Of String, String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象