OperationDisplayDefinition

The display information for a container registry operation.

AzureContainer ImagesContainersDockerRegistry

Properties

Name Type Description
description string The description for the operation.
operation string The operation that users can perform.
provider string The resource provider name: Microsoft.ContainerRegistry.
resource string The resource on which the operation is performed.
View JSON Schema on GitHub

JSON Schema

azure-container-registry-operation-display-definition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-registry/refs/heads/main/json-schema/azure-container-registry-operation-display-definition-schema.json",
  "title": "OperationDisplayDefinition",
  "description": "The display information for a container registry operation.",
  "type": "object",
  "properties": {
    "description": {
      "description": "The description for the operation.",
      "type": "string"
    },
    "operation": {
      "description": "The operation that users can perform.",
      "type": "string"
    },
    "provider": {
      "description": "The resource provider name: Microsoft.ContainerRegistry.",
      "type": "string"
    },
    "resource": {
      "description": "The resource on which the operation is performed.",
      "type": "string"
    }
  }
}