你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageAccount.LastGeoFailoverTime 属性

定义

获取故障转移到辅助位置的最新实例的时间戳。 仅保留最新的时间戳。 如果从未有故障转移实例,则不会返回此元素。 仅当 accountType Standard_GRS或Standard_RAGRS时可用。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于