次の方法で共有


VirtualCluster.ChildResources プロパティ

定義

この仮想クラスター内のリソースの一覧を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.childResources")]
public System.Collections.Generic.IList<string> ChildResources { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.childResources")>]
member this.ChildResources : System.Collections.Generic.IList<string>
Public ReadOnly Property ChildResources As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象