共用方式為


TriggerSupportPackageRequest.MinimumTimeStamp Property

Definition

Gets or sets minimumTimeStamp from where logs need to be collected

[Newtonsoft.Json.JsonProperty(PropertyName="properties.minimumTimeStamp")]
public DateTime? MinimumTimeStamp { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.minimumTimeStamp")>]
member this.MinimumTimeStamp : Nullable<DateTime> with get, set
Public Property MinimumTimeStamp As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to