Udostępnij za pośrednictwem


ISupportTicketDetails.CreatedDate Property

Definition

Time in UTC (ISO 8601 format) when the support ticket was created.

[Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=false, Description="Time in UTC (ISO 8601 format) when the support ticket was created.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="createdDate", Update=false)]
public DateTime? CreatedDate { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=false, Description="Time in UTC (ISO 8601 format) when the support ticket was created.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="createdDate", Update=false)>]
member this.CreatedDate : Nullable<DateTime>
Public ReadOnly Property CreatedDate As Nullable(Of DateTime)

Property Value

Attributes

Applies to