共用方式為


SystemDataModel interface

必須針對 Azure 資源定義系統資料。

屬性

createdAt

取得或設定資源建立的時間戳記, (UTC) 。

createdBy

取得或設定建立資源的身分識別。

createdByType

取得或設定建立資源的身分識別類型:使用者、應用程式、managedIdentity。

lastModifiedAt

取得或設定上次修改資源的時間戳記, (UTC) 。

lastModifiedBy

取得或設定上次修改資源的識別。

lastModifiedByType

取得或設定上次修改資源的身分識別類型:使用者、應用程式、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