Share via


DeploymentStack.DeletedResources Property

Definition

An array of resources that were deleted during the most recent Deployment stack update. Deleted means that the resource was removed from the template and relevant deletion operations were specified.

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

Property Value

Applies to