Udostępnij za pośrednictwem


ISupportTicketDetails.ProblemStartTime Property

Definition

Time in UTC (ISO 8601 format) when the problem started.

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

Property Value

Attributes

Applies to