Share via


DeploymentStack.DetachedResources Property

Definition

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.

public Azure.Provisioning.BicepList<Azure.Provisioning.Resources.SubResource> DetachedResources { get; }
member this.DetachedResources : Azure.Provisioning.BicepList<Azure.Provisioning.Resources.SubResource>
Public ReadOnly Property DetachedResources As BicepList(Of SubResource)

Property Value

Applies to