IRelatedResource.AddedAt Property

Definition

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

Applies to