Beispiel #1
0
 /// <summary>
 /// Enable, disable, or update tags for an alert processing rule.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// Resource group name where the resource is created.
 /// </param>
 /// <param name='alertProcessingRuleName'>
 /// The name that needs to be updated.
 /// </param>
 /// <param name='alertProcessingRulePatch'>
 /// Parameters supplied to the operation.
 /// </param>
 public static AlertProcessingRule Update(this IAlertProcessingRulesOperations operations, string resourceGroupName, string alertProcessingRuleName, PatchObject alertProcessingRulePatch)
 {
     return(operations.UpdateAsync(resourceGroupName, alertProcessingRuleName, alertProcessingRulePatch).GetAwaiter().GetResult());
 }