OperationStatus.CreatedTime Property

Definition

Gets or sets a combined UTC date and time string that describes the time when the operation (take or apply a snapshot) is requested. E.g. 2018-12-25T11:41:02.2331413Z.

[Newtonsoft.Json.JsonProperty(PropertyName="createdTime")]
public DateTime CreatedTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="createdTime")>]
member this.CreatedTime : DateTime with get, set
Public Property CreatedTime As DateTime

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to