Pool.LastModified 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得集區的上次修改時間。
[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。 它不會納入節點層級變更,例如計算節點變更狀態。