ObjectMetaV1.CreationTimestamp 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.
Represents the timestamp indicating when the resource was created.
[YamlDotNet.Serialization.YamlMember(Alias="creationTimestamp")]
public DateTime? CreationTimestamp { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="creationTimestamp")>]
member this.CreationTimestamp : Nullable<DateTime> with get, set
Public Property CreationTimestamp As Nullable(Of DateTime)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
This property typically stores the date and time at which the resource was initially constructed. It may be null if the creation timestamp is not set or the resource has not been persisted yet.