| Description | : List the operations for the provider |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Operations_List",
"Description": {
"new": "List the operations for the provider",
"old": "Lists all of the available Azure Container Registry REST API operations."
},
"$responses": {
"200": {
"$properties": {
"value": {
"$properties": [
{
"#name": "isDataAction",
"Description": {
"new": "This property indicates if the operation is an action or a data action\nref: https://docs.microsoft.com/en-us/azure/role-based-access-control/role-definitions#management-and-data-operations",
"old": "This property indicates if the operation is an action or a data action\r\nref: https://docs.microsoft.com/en-us/azure/role-based-access-control/role-definitions#management-and-data-operations"
}
}
]
}
}
},
"@added_624fcb111d26401ca1bc4b18f8dce8f5": {
"default": {
"Description": "Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).",
"Type": "object",
"$properties": [
{
"#name": "error",
"Description": "The error object.",
"Required": false,
"Type": "object",
"$properties": [
{
"#name": "code",
"Description": "The error code.",
"Required": false,
"Type": "string"
},
{
"#name": "message",
"Description": "The error message.",
"Required": false,
"Type": "string"
},
{
"#name": "target",
"Description": "The error target.",
"Required": false,
"Type": "string"
},
{
"#name": "details",
"Description": "The error details.",
"Required": false,
"Type": "array",
"$items": {
"Type": "string"
}
},
{
"#name": "additionalInfo",
"Description": "The error additional info.",
"Required": false,
"Type": "array",
"$items": {
"Description": "The resource management error additional info.",
"Type": "object",
"$properties": [
{
"#name": "type",
"Description": "The additional info type.",
"Required": false,
"Type": "string"
},
{
"#name": "info",
"Description": "The additional info.",
"Required": false,
"Type": "object"
}
]
}
}
]
}
]
}
}
}
}
⚼ Request
GET:
/providers/Microsoft.ContainerRegistry/operations
{
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
origin:
string
,
name:
string
,
display:
{
,
provider:
string
,
resource:
string
,
operation:
string
,
description:
string
,
}
properties:
{
,
serviceSpecification:
}
{
,
metricSpecifications:
[
]
,
{
,
name:
string
,
displayName:
string
,
displayDescription:
string
,
unit:
string
,
aggregationType:
string
,
internalMetricName:
string
,
}
logSpecifications:
}
[
]
,
{
,
name:
string
,
displayName:
string
,
blobDuration:
string
,
}
isDataAction:
boolean
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}