共用方式為


Pool.LastModified 屬性

定義

取得集區的上次修改時間。

[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)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

這是集區層級資料上次變更的時間,例如 targetDedicatedNodes 或 autoScaleSettings。 它不會納入節點層級變更,例如計算節點變更狀態。

適用於