Share via


SoftDeletedResource interface

Interface representing a SoftDeletedResource.

Methods

listByArtifactName(string, string, string, string, SoftDeletedResourceListByArtifactNameOptionalParams)

List soft-deleted resources of an artifact in the gallery, such as soft-deleted gallery image version of an image.

Method Details

listByArtifactName(string, string, string, string, SoftDeletedResourceListByArtifactNameOptionalParams)

List soft-deleted resources of an artifact in the gallery, such as soft-deleted gallery image version of an image.

function listByArtifactName(resourceGroupName: string, galleryName: string, artifactType: string, artifactName: string, options?: SoftDeletedResourceListByArtifactNameOptionalParams): PagedAsyncIterableIterator<GallerySoftDeletedResource, GallerySoftDeletedResource[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

galleryName

string

The name of the Shared Image Gallery.

artifactType

string

The type of the artifact to be listed, such as gallery image version.

artifactName

string

The artifact name to be listed. If artifact type is Images, then the artifact name should be the gallery image name.

options
SoftDeletedResourceListByArtifactNameOptionalParams

The options parameters.

Returns