AlertOperationsExtensions.UpdateRuleAsync Method (IAlertOperations, String, RuleCreateOrUpdateParameters)

 

Namespace:   Microsoft.Azure.Management.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

public static Task<OperationResponse> UpdateRuleAsync(
	this IAlertOperations operations,
	string resourceGroupName,
	RuleCreateOrUpdateParameters parameters
)

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.

parameters
Type: Microsoft.Azure.Management.Insights.Models.RuleCreateOrUpdateParameters

Required. The rule to update.

Return Value

Type: System.Threading.Tasks.Task<OperationResponse>

A standard service response including an HTTP status code and request ID.

Return to top
Show: