IRuleOperations::CreateOrUpdateAsync Method (RuleCreateOrUpdateParameters^, CancellationToken)

 

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

Task<AzureOperationResponse^>^ CreateOrUpdateAsync(
	RuleCreateOrUpdateParameters^ parameters,
	CancellationToken cancellationToken
)

Parameters

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

The rule to create or update.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

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

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

Return to top
Show: