IAlertOperations.UpdateRuleAsync Method (String, RuleCreateOrUpdateParameters, CancellationToken)
Namespace: Microsoft.Azure.Management.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
Task<OperationResponse> UpdateRuleAsync(
string resourceGroupName,
RuleCreateOrUpdateParameters parameters,
CancellationToken cancellationToken
)
Task<OperationResponse^>^ UpdateRuleAsync(
String^ resourceGroupName,
RuleCreateOrUpdateParameters^ parameters,
CancellationToken cancellationToken
)
abstract UpdateRuleAsync :
resourceGroupName:string *
parameters:RuleCreateOrUpdateParameters *
cancellationToken:CancellationToken -> Task<OperationResponse>
Function UpdateRuleAsync (
resourceGroupName As String,
parameters As RuleCreateOrUpdateParameters,
cancellationToken As CancellationToken
) As Task(Of OperationResponse)
Parameters
resourceGroupName
Type: System.StringThe name of the resource group.
parameters
Type: Microsoft.Azure.Management.Insights.Models.RuleCreateOrUpdateParametersThe rule to update.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<OperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
IAlertOperations Interface
Microsoft.Azure.Management.Insights Namespace
Return to top