次の方法で共有


Cluster.AvailableClusterVersions プロパティ

定義

このクラスターで使用できる Service Fabric ランタイム バージョンを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.availableClusterVersions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ClusterVersionDetails> AvailableClusterVersions { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.availableClusterVersions")>]
member this.AvailableClusterVersions : System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ClusterVersionDetails>
Public ReadOnly Property AvailableClusterVersions As IList(Of ClusterVersionDetails)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象