getSuppression

Obtains the details of a suppression. API Version: 2020-01-01.

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