SoftDeletedResourcesClient Interface
public interface SoftDeletedResourcesClient
An instance of this class provides access to all the operations defined in SoftDeletedResourcesClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
listByArtifactName(String resourceGroupName, String galleryName, String artifactType, String artifactName)
List soft-deleted resources of an artifact in the gallery, such as soft-deleted gallery image version of an image. |
abstract
Paged |
listByArtifactName(String resourceGroupName, String galleryName, String artifactType, String artifactName, Context context)
List soft-deleted resources of an artifact in the gallery, such as soft-deleted gallery image version of an image. |
abstract
Paged |
listByArtifactNameAsync(String resourceGroupName, String galleryName, String artifactType, String artifactName)
List soft-deleted resources of an artifact in the gallery, such as soft-deleted gallery image version of an image. |
Method Details
listByArtifactName
public abstract PagedIterable
List soft-deleted resources of an artifact in the gallery, such as soft-deleted gallery image version of an image.
Parameters:
Returns:
listByArtifactName
public abstract PagedIterable
List soft-deleted resources of an artifact in the gallery, such as soft-deleted gallery image version of an image.
Parameters:
Returns:
listByArtifactNameAsync
public abstract PagedFlux
List soft-deleted resources of an artifact in the gallery, such as soft-deleted gallery image version of an image.
Parameters:
Returns:
Applies to
Azure SDK for Java