次の方法で共有


USqlSecret.CreationTime プロパティ

定義

資格情報オブジェクトの作成時刻を取得または設定します。 これは、GET からシークレットに関して返される唯一の情報です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象