get Suppression
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.
recommendation Id
The recommendation ID.
resource Uri
The fully qualified Azure Resource Manager identifier of the resource to which the recommendation applies.
See also
suspend fun getSuppression(argument: suspend GetSuppressionPlainArgsBuilder.() -> Unit): GetSuppressionResult
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.