| Description | : Lists all export pipelines for the specified container registry. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "ExportPipelines_List",
"$responses": {
"200": {
"$properties": {
"value": {
"$properties": {
"properties": [
{
"target": [
{
"#name": "uri",
"Description": {
"new": "The target uri of the export pipeline.\nWhen 'AzureStorageBlob': \"https://accountName.blob.core.windows.net/containerName/blobName\"\nWhen 'AzureStorageBlobContainer': \"https://accountName.blob.core.windows.net/containerName\"",
"old": "The target uri of the export pipeline.\nWhen 'AzureStorageBlobContainer': \"https://accountName.blob.core.windows.net/containerName\""
}
}
]
}
]
}
}
}
}
}
}
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/exportPipelines
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
registryName:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
target:
{
,
type:
string
,
uri:
string
,
keyVaultUri:
string
,
storageAccessMode:
enum
,
}
options:
[
,
string
,
]
provisioningState:
enum
,
}
location:
string
,
identity:
}
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}