getSuppression

Obtains the details of a suppression. Uses Azure REST API version 2023-09-01-preview. Other available API versions: 2023-01-01, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native advisor [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The details of the snoozed or dismissed rule; for example, the duration, name, and GUID associated with the rule.

Parameters

argument

null


suspend fun getSuppression(name: String, recommendationId: String, resourceUri: String): GetSuppressionResult

Return

The details of the snoozed or dismissed rule; for example, the duration, name, and GUID associated with the rule.

Parameters

name

The name of the suppression.

recommendationId

The recommendation ID.

resourceUri

The fully qualified Azure Resource Manager identifier of the resource to which the recommendation applies.

See also


Return

The details of the snoozed or dismissed rule; for example, the duration, name, and GUID associated with the rule.

Parameters

argument

Builder for com.pulumi.azurenative.advisor.kotlin.inputs.GetSuppressionPlainArgs.

See also