Package version:

Interface GallerySoftDeletedResource

The details information of soft-deleted resource.

interface GallerySoftDeletedResource {
    id?: string;
    location: string;
    name?: string;
    resourceArmId?: string;
    softDeletedArtifactType?: string;
    softDeletedTime?: string;
    tags?: {
        [propertyName: string]: string;
    };
    type?: string;
}

Hierarchy (view full)

Properties

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

location: string

Resource location

name?: string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

resourceArmId?: string

arm id of the soft-deleted resource

softDeletedArtifactType?: string

artifact type of the soft-deleted resource

softDeletedTime?: string

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

tags?: {
    [propertyName: string]: string;
}

Resource tags

type?: string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.