Share via


AlertOperationsExtensions.UpdateRule Method (IAlertOperations, String, RuleCreateOrUpdateParameters)

 

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

Syntax

public static OperationResponse UpdateRule(
    this IAlertOperations operations,
    string resourceGroupName,
    RuleCreateOrUpdateParameters parameters
)
public:
[ExtensionAttribute]
static OperationResponse^ UpdateRule(
    IAlertOperations^ operations,
    String^ resourceGroupName,
    RuleCreateOrUpdateParameters^ parameters
)
static member UpdateRule : 
        operations:IAlertOperations *
        resourceGroupName:string *
        parameters:RuleCreateOrUpdateParameters -> OperationResponse
<ExtensionAttribute>
Public Shared Function UpdateRule (
    operations As IAlertOperations,
    resourceGroupName As String,
    parameters As RuleCreateOrUpdateParameters
) As OperationResponse

Parameters

  • resourceGroupName
    Type: System.String

    Required. The name of the resource group.

Return Value

Type: Microsoft.WindowsAzure.OperationResponse

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

See Also

AlertOperationsExtensions Class
Microsoft.Azure.Management.Insights Namespace

Return to top