RuleOperationsExtensions.CreateOrUpdate Method (IRuleOperations, RuleCreateOrUpdateParameters)

 

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Alerts
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

public static AzureOperationResponse CreateOrUpdate(
    this IRuleOperations operations,
    RuleCreateOrUpdateParameters parameters
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ CreateOrUpdate(
    IRuleOperations^ operations,
    RuleCreateOrUpdateParameters^ parameters
)
static member CreateOrUpdate : 
        operations:IRuleOperations *
        parameters:RuleCreateOrUpdateParameters -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function CreateOrUpdate (
    operations As IRuleOperations,
    parameters As RuleCreateOrUpdateParameters
) As AzureOperationResponse

Parameters

Return Value

Type: Microsoft.Azure.AzureOperationResponse

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

See Also

RuleOperationsExtensions Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts Namespace

Return to top