你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SystemData interface
与资源的创建和上次修改相关的元数据。
created |
资源的创建时间戳 (UTC) 。 |
created |
创建资源的标识。 |
created |
创建资源的标识类型。 |
last |
上次修改资源的标识类型。 |
last |
上次修改资源的标识。 |
last |
上次修改资源的标识类型。 |
资源的创建时间戳 (UTC) 。
createdAt?: string | Date
属性值
string | Date
创建资源的标识。
createdBy?: string
属性值
string
创建资源的标识类型。
createdByType?: "User" | "Application" | "ManagedIdentity" | "Key"
属性值
"User" | "Application" | "ManagedIdentity" | "Key"
上次修改资源的标识类型。
lastModifiedAt?: string | Date
属性值
string | Date
上次修改资源的标识。
lastModifiedBy?: string
属性值
string
上次修改资源的标识类型。
lastModifiedByType?: "User" | "Application" | "ManagedIdentity" | "Key"
属性值
"User" | "Application" | "ManagedIdentity" | "Key"