Pool.LastModified Property

Definition

Gets the last modified time of the pool.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.lastModified")]
public DateTime? LastModified { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.lastModified")>]
member this.LastModified : Nullable<DateTime>
Public ReadOnly Property LastModified As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This is the last time at which the pool level data, such as the targetDedicatedNodes or autoScaleSettings, changed. It does not factor in node-level changes such as a compute node changing state.

Applies to