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