Share via


DeploymentStackData.FailedResources Property

Definition

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

public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStackResourceReferenceExtended> FailedResources { get; }
member this.FailedResources : System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStackResourceReferenceExtended>
Public ReadOnly Property FailedResources As IReadOnlyList(Of DeploymentStackResourceReferenceExtended)

Property Value

Applies to