listIssueAlerts

List all alerts in the issue - this method uses pagination to return all alerts Uses Azure REST API version 2025-03-01-preview.

Return

Paged collection of RelatedAlert items

Parameters

argument

null


suspend fun listIssueAlerts(filter: String? = null, issueName: String, resourceUri: String): ListIssueAlertsResult

Return

Paged collection of RelatedAlert items

Parameters

filter

The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'"

issueName

The name of the IssueResource

resourceUri

The fully qualified Azure Resource manager identifier of the resource.

See also


Return

Paged collection of RelatedAlert items

Parameters

argument

Builder for com.pulumi.azurenative.alertsmanagement.kotlin.inputs.ListIssueAlertsPlainArgs.

See also