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

SystemData interface

与资源的创建和上次修改相关的元数据。

属性

createdAt

资源的创建时间戳 (UTC) 。

createdBy

创建资源的标识。

createdByType

创建资源的标识类型。

lastModifiedAt

资源上次修改的时间戳 (UTC)

lastModifiedBy

上次修改资源的标识。

lastModifiedByType

上次修改资源的标识类型。

属性详细信息

createdAt

资源的创建时间戳 (UTC) 。

createdAt?: Date

属性值

Date

createdBy

创建资源的标识。

createdBy?: string

属性值

string

createdByType

创建资源的标识类型。

createdByType?: string

属性值

string

lastModifiedAt

资源上次修改的时间戳 (UTC)

lastModifiedAt?: Date

属性值

Date

lastModifiedBy

上次修改资源的标识。

lastModifiedBy?: string

属性值

string

lastModifiedByType

上次修改资源的标识类型。

lastModifiedByType?: string

属性值

string