次の方法で共有


RestorableDatabaseAccountGetResult.CreationTime プロパティ

定義

復元可能なデータベース アカウントの作成時間を取得または設定します (ISO-8601 形式)。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.creationTime")]
public DateTime? CreationTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.creationTime")>]
member this.CreationTime : Nullable<DateTime> with get, set
Public Property CreationTime As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象