VirtualClusterUpdate.ChildResources Property

Definition

Gets list of resources in this virtual cluster.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to