NamespaceSpecV1.Finalizers 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.
Gets the list of finalizers associated with the namespace. Finalizers are used to define actions or hooks that must be completed before a namespace is deleted. This ensures specific cleanup tasks are completed properly before the resource is removed.
[YamlDotNet.Serialization.YamlMember(Alias="finalizers")]
public System.Collections.Generic.List<string> Finalizers { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="finalizers")>]
member this.Finalizers : System.Collections.Generic.List<string>
Public ReadOnly Property Finalizers As List(Of String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute