ActionOnUnmanage.ResourcesWithoutDeleteSupport Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Some resources do not support deletion. This flag will denote how the stack should handle those resources.
public Azure.ResourceManager.Resources.DeploymentStacks.Models.ResourcesWithoutDeleteSupportAction? ResourcesWithoutDeleteSupport { get; set; }
member this.ResourcesWithoutDeleteSupport : Nullable<Azure.ResourceManager.Resources.DeploymentStacks.Models.ResourcesWithoutDeleteSupportAction> with get, set
Public Property ResourcesWithoutDeleteSupport As Nullable(Of ResourcesWithoutDeleteSupportAction)