Freigeben über


ITimeWindow.End Property

Definition

the end time for the profile in ISO 8601 format.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Create=true, Description="the end time for the profile in ISO 8601 format.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="end", Update=true)]
public DateTime? End { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Create=true, Description="the end time for the profile in ISO 8601 format.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="end", Update=true)>]
member this.End : Nullable<DateTime> with get, set
Public Property End As Nullable(Of DateTime)

Property Value

Attributes

Applies to