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

GallerySoftDeletedResourceProperties Class

Describes the properties of a soft-deleted resource.

Constructor

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

Variables

Name Description
resource_arm_id
str

arm id of the soft-deleted resource.

soft_deleted_artifact_type

artifact type of the soft-deleted resource. "Images"

soft_deleted_time
str

The timestamp for when the resource is soft-deleted. In dateTime offset format.

Attributes

resource_arm_id

arm id of the soft-deleted resource.

resource_arm_id: str | None

soft_deleted_artifact_type

artifact type of the soft-deleted resource. "Images"

soft_deleted_artifact_type: str | _models.SoftDeletedArtifactTypes | None

soft_deleted_time

The timestamp for when the resource is soft-deleted. In dateTime offset format.

soft_deleted_time: str | None