get Api Issue Comment
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
api Id
API identifier. Must be unique in the current API Management service instance.
comment Id
Comment identifier within an Issue. Must be unique in the current Issue.
issue Id
Issue identifier. Must be unique in the current API Management service instance.
resource Group Name
The name of the resource group.
service Name
The name of the API Management service.
See also
suspend fun getApiIssueComment(argument: suspend GetApiIssueCommentPlainArgsBuilder.() -> Unit): GetApiIssueCommentResult
Return
Issue Comment Contract details.
Parameters
argument
Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetApiIssueCommentPlainArgs.