IPerfMonResponse.DataEndTime Property

Definition

End time of the period.

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

Property Value

Attributes

Applies to