다음을 통해 공유


SystemDataModel interface

Azure 리소스에 대해 정의해야 하는 시스템 데이터입니다.

속성

createdAt

UTC(리소스 만들기)의 타임스탬프를 가져오거나 설정합니다.

createdBy

리소스를 만든 ID를 가져오거나 설정합니다.

createdByType

리소스를 만든 ID 유형(사용자, 애플리케이션, managedIdentity)을 가져오거나 설정합니다.

lastModifiedAt

리소스 마지막 수정(UTC)의 타임스탬프를 가져오거나 설정합니다.

lastModifiedBy

리소스를 마지막으로 수정한 ID를 가져오거나 설정합니다.

lastModifiedByType

리소스를 마지막으로 수정한 ID 유형(사용자, 애플리케이션, managedIdentity)을 가져오거나 설정합니다.

속성 세부 정보

createdAt

UTC(리소스 만들기)의 타임스탬프를 가져오거나 설정합니다.

createdAt?: Date

속성 값

Date

createdBy

리소스를 만든 ID를 가져오거나 설정합니다.

createdBy?: string

속성 값

string

createdByType

리소스를 만든 ID 유형(사용자, 애플리케이션, managedIdentity)을 가져오거나 설정합니다.

createdByType?: string

속성 값

string

lastModifiedAt

리소스 마지막 수정(UTC)의 타임스탬프를 가져오거나 설정합니다.

lastModifiedAt?: Date

속성 값

Date

lastModifiedBy

리소스를 마지막으로 수정한 ID를 가져오거나 설정합니다.

lastModifiedBy?: string

속성 값

string

lastModifiedByType

리소스를 마지막으로 수정한 ID 유형(사용자, 애플리케이션, managedIdentity)을 가져오거나 설정합니다.

lastModifiedByType?: string

속성 값

string