Share via


ClusterDefinition.ComponentVersion Property

Definition

Gets or sets the versions of different services in the cluster.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to