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