getApiIssueComment

Gets the details of the issue Comment for an API specified by its identifier. API Version: 2020-12-01.

Return

Issue Comment Contract details.

Parameters

argument

null


suspend fun getApiIssueComment(apiId: String, commentId: String, issueId: String, resourceGroupName: String, serviceName: String): GetApiIssueCommentResult

Return

Issue Comment Contract details.

Parameters

apiId

API identifier. Must be unique in the current API Management service instance.

commentId

Comment identifier within an Issue. Must be unique in the current Issue.

issueId

Issue identifier. Must be unique in the current API Management service instance.

resourceGroupName

The name of the resource group.

serviceName

The name of the API Management service.

See also


Return

Issue Comment Contract details.

Parameters

argument

Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetApiIssueCommentPlainArgs.

See also