次の方法で共有


RecoverableSqlPool.LastAvailableBackupDate プロパティ

定義

データベースの使用可能な最後のバックアップ日付を取得します (ISO8601 形式)

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象