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

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

适用于