IRuleOperations::DeleteAsync Method (String^, CancellationToken)
Namespace:
Microsoft.WindowsAzure.Management.Monitoring.Alerts
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Task<AzureOperationResponse^>^ DeleteAsync( String^ ruleId, CancellationToken cancellationToken )
Parameters
- ruleId
-
Type:
System::String^
The id of the rule to delete.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<AzureOperationResponse^>^A standard service response including an HTTP status code and request ID.
Show: