IPerfMonResponse.DataStartTime Property

Definition

Start time of the period.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Start time of the period.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="startTime")]
public DateTime? DataStartTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Start time of the period.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="startTime")>]
member this.DataStartTime : Nullable<DateTime> with get, set
Public Property DataStartTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to