Share via


DeploymentStack.Resources Property

Definition

Gets an array of resources currently managed by the deployment stack.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to