getApiIssueAttachment

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

Return

Issue Attachment Contract details.

Parameters

argument

null


suspend fun getApiIssueAttachment(apiId: String, attachmentId: String, issueId: String, resourceGroupName: String, serviceName: String): GetApiIssueAttachmentResult

Return

Issue Attachment Contract details.

Parameters

apiId

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

attachmentId

Attachment 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 Attachment Contract details.

Parameters

argument

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

See also