SystemDataModel interface
需要为 Azure 资源定义系统数据。
属性
| created |
获取或设置资源创建 (UTC) 的时间戳。 |
| created |
获取或设置创建资源的标识。 |
| created |
获取或设置创建资源的标识的类型:用户、应用程序、managedIdentity。 |
| last |
获取或设置资源上次修改的时间戳(UTC)。 |
| last |
获取或设置上次修改资源的标识。 |
| last |
获取或设置上次修改资源的标识类型:用户、应用程序、managedIdentity。 |
属性详细信息
createdAt
获取或设置资源创建 (UTC) 的时间戳。
createdAt?: Date
属性值
Date
createdBy
获取或设置创建资源的标识。
createdBy?: string
属性值
string
createdByType
获取或设置创建资源的标识的类型:用户、应用程序、managedIdentity。
createdByType?: string
属性值
string
lastModifiedAt
获取或设置资源上次修改的时间戳(UTC)。
lastModifiedAt?: Date
属性值
Date
lastModifiedBy
获取或设置上次修改资源的标识。
lastModifiedBy?: string
属性值
string
lastModifiedByType
获取或设置上次修改资源的标识类型:用户、应用程序、managedIdentity。
lastModifiedByType?: string
属性值
string