Share via


SuppressionsOperationsExtensions.Delete Method

Definition

Enables the activation of a snoozed or dismissed recommendation. The snoozed or dismissed attribute of a recommendation is referred to as a suppression.

public static void Delete (this Microsoft.Azure.Management.Advisor.ISuppressionsOperations operations, string resourceUri, string recommendationId, string name);
static member Delete : Microsoft.Azure.Management.Advisor.ISuppressionsOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As ISuppressionsOperations, resourceUri As String, recommendationId As String, name As String)

Parameters

operations
ISuppressionsOperations

The operations group for this extension method.

resourceUri
String

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

recommendationId
String

The recommendation ID.

name
String

The name of the suppression.

Applies to