Description | : Lists all archives for the specified container registry and package type. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/packages/{packageType}/archives
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
registryName:
string
,
packageType:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
packageSource:
{
,
type:
enum
,
url:
string
,
}
publishedVersion:
string
,
repositoryEndpointPrefix:
string
,
repositoryEndpoint:
string
,
provisioningState:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}