AlertOperationsExtensions::DeleteRuleAsync Method (IAlertOperations^, String^, String^)
Namespace:
Microsoft.Azure.Management.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
public: [ExtensionAttribute] static Task<OperationResponse^>^ DeleteRuleAsync( IAlertOperations^ operations, String^ resourceGroupName, String^ ruleName )
Parameters
- operations
-
Type:
Microsoft.Azure.Management.Insights::IAlertOperations^
Reference to the Microsoft.Azure.Management.Insights.IAlertOperations.
- resourceGroupName
-
Type:
System::String^
Required. The name of the resource group.
- ruleName
-
Type:
System::String^
Required. The name of the rule to delete.
Return Value
Type: System.Threading.Tasks::Task<OperationResponse^>^A standard service response including an HTTP status code and request ID.
Show: