OperationPropertiesDefinition

The definition of Azure Monitoring properties.

AzureContainer ImagesContainersDockerRegistry

Properties

Name Type Description
serviceSpecification object The definition of Azure Monitoring service.
View JSON Schema on GitHub

JSON Schema

azure-container-registry-operation-properties-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-properties-definition-schema.json",
  "title": "OperationPropertiesDefinition",
  "description": "The definition of Azure Monitoring properties.",
  "type": "object",
  "properties": {
    "serviceSpecification": {
      "$ref": "#/definitions/OperationServiceSpecificationDefinition",
      "description": "The definition of Azure Monitoring service."
    }
  }
}