Share via


DeploymentStack.FailedResources Property

Definition

Gets an array of resources that failed to reach goal state during the most recent update. Each resourceId is accompanied by an error message.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to