Microsoft.ApiCenter services/workspaces/apis/versions/definitions

ARM template resource definition

The services/workspaces/apis/versions/definitions resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.ApiCenter/services/workspaces/apis/versions/definitions resource, add the following JSON to your template.

{
  "type": "Microsoft.ApiCenter/services/workspaces/apis/versions/definitions",
  "apiVersion": "2024-03-01",
  "name": "string",
  "properties": {
    "description": "string",
    "title": "string"
  }
}

Property values

services/workspaces/apis/versions/definitions

Name Description Value
type The resource type 'Microsoft.ApiCenter/services/workspaces/apis/versions/definitions'
apiVersion The resource api version '2024-03-01'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties API definition properties entity. ApiDefinitionProperties

ApiDefinitionProperties

Name Description Value
description API definition description. string
title API definition title. string (required)

Constraints:
Min length = 1
Max length = 50