你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SystemData Class

Metadata pertaining to creation and last modification of the resource.

Constructor

SystemData(*args: Any, **kwargs: Any)

Variables

Name Description
created_by
str

The identity that created the resource.

created_by_type

The type of identity that created the resource. Known values are: "User", "Application", "ManagedIdentity", and "Key".

created_at

The timestamp of resource creation (UTC).

last_modified_by
str

The identity that last modified the resource.

last_modified_by_type

The type of identity that last modified the resource. Known values are: "User", "Application", "ManagedIdentity", and "Key".

last_modified_at

The timestamp of resource last modification (UTC).

Attributes

created_at

The timestamp of resource creation (UTC).

created_at: datetime | None

created_by

The identity that created the resource.

created_by: str | None

created_by_type

"User", "Application", "ManagedIdentity", and "Key".

created_by_type: str | _models.IdentityType | None

last_modified_at

The timestamp of resource last modification (UTC).

last_modified_at: datetime | None

last_modified_by

The identity that last modified the resource.

last_modified_by: str | None

last_modified_by_type

"User", "Application", "ManagedIdentity", and "Key".

last_modified_by_type: str | _models.IdentityType | None