Microsoft.ApiManagement service/apis/issues/comments 2019-01-01
Template format
To create a Microsoft.ApiManagement/service/apis/issues/comments resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.ApiManagement/service/apis/issues/comments",
"apiVersion": "2019-01-01",
"properties": {
"text": "string",
"userId": "string"
}
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.ApiManagement/service/apis/issues/comments object
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | Comment identifier within an Issue. Must be unique in the current Issue. |
type | enum | Yes | comments -or- Microsoft.ApiManagement/service/apis/issues/comments See Set name and type for child resources. |
apiVersion | enum | Yes | 2019-01-01 |
properties | object | Yes | Properties of the Issue Comment. - IssueCommentContractProperties object |
IssueCommentContractProperties object
Name | Type | Required | Value |
---|---|---|---|
text | string | Yes | Comment text. |
userId | string | Yes | A resource identifier for the user who left the comment. |