Share via


DeploymentStack.DetachedResources Property

Definition

Gets an array of resources that were detached during the most recent Deployment stack update. Detached means that the resource was removed from the template, but no relevant deletion operations were specified. So, the resource still exists while no longer being associated with the stack.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to