Share via


DeploymentStack.DeletedResources Property

Definition

Gets 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.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to