IRelatedResource.AddedAt 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.
The time this relation was added to the issue (in UTC)
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.Info(Create=false, Description="The time this relation was added to the issue (in UTC)", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="addedAt", Update=false)]
public DateTime? AddedAt { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.Info(Create=false, Description="The time this relation was added to the issue (in UTC)", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="addedAt", Update=false)>]
member this.AddedAt : Nullable<DateTime>
Public ReadOnly Property AddedAt As Nullable(Of DateTime)
Property Value
- Attributes