SuppressionsOperationsExtensions.Delete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET