Compartilhar via


DeploymentStackValidateProperties.ValidatedResources Property

Definition

Gets or sets the array of resources that were validated.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to