RuleOperationsExtensions::CreateOrUpdateAsync Method (IRuleOperations^, RuleCreateOrUpdateParameters^)

 

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

public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ CreateOrUpdateAsync(
	IRuleOperations^ operations,
	RuleCreateOrUpdateParameters^ parameters
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts::IRuleOperations^

Reference to the Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations.

parameters
Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models::RuleCreateOrUpdateParameters^

Required. The rule to create or update.

Return Value

Type: System.Threading.Tasks::Task<AzureOperationResponse^>^

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

Return to top
Show: