RefreshDetails.LastCompletedRefreshJobTimeInUTC Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets indicates the completed time for the last refresh job on this particular share or container, if any.This could be a failed job or a successful job.
[Newtonsoft.Json.JsonProperty(PropertyName="lastCompletedRefreshJobTimeInUTC")]
public DateTime? LastCompletedRefreshJobTimeInUTC { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lastCompletedRefreshJobTimeInUTC")>]
member this.LastCompletedRefreshJobTimeInUTC : Nullable<DateTime> with get, set
Public Property LastCompletedRefreshJobTimeInUTC As Nullable(Of DateTime)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute