GallerySoftDeletedResourceList interface
The List Soft-deleted Resources operation response.
Properties
next |
The uri to fetch the next page of soft-deleted resources. Call ListNext() with this to fetch the next page of soft-deleted resources. |
value | A list of soft-deleted resources. |
Property Details
nextLink
The uri to fetch the next page of soft-deleted resources. Call ListNext() with this to fetch the next page of soft-deleted resources.
nextLink?: string
Property Value
string
value
A list of soft-deleted resources.
value: GallerySoftDeletedResource[]