DeploymentStack.Resources Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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