Microsoft.ApiManagement service/documentations

ARM template resource definition

The service/documentations 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.ApiManagement/service/documentations resource, add the following JSON to your template.

{
  "type": "Microsoft.ApiManagement/service/documentations",
  "apiVersion": "2023-05-01-preview",
  "name": "string",
  "properties": {
    "content": "string",
    "title": "string"
  }
}

Property values

service/documentations

Name Description Value
type The resource type 'Microsoft.ApiManagement/service/documentations'
apiVersion The resource api version '2023-05-01-preview'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties Markdown Documentation details. DocumentationContractProperties

DocumentationContractProperties

Name Description Value
content Markdown documentation content. string
title documentation title. string