ObjectMetaV1.GenerateName 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.
Specifies a prefix to be used by the system for generating a unique name if the Name
property is not provided.
[YamlDotNet.Serialization.YamlMember(Alias="generateName")]
public string GenerateName { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="generateName")>]
member this.GenerateName : string with get, set
Public Property GenerateName As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
When set, the system ensures uniqueness by appending a unique identifier to the value of `GenerateName`. This is commonly used in scenarios where the exact name is not critical but must not collide with existing names.