次の方法で共有


ManagedCluster.FabricSettings プロパティ

定義

クラスターを構成するカスタム ファブリック設定の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.fabricSettings")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription> FabricSettings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.fabricSettings")>]
member this.FabricSettings : System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription> with get, set
Public Property FabricSettings As IList(Of SettingsSectionDescription)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象