Share via


RuleOperationsExtensions.CreateOrUpdateAsync Method (IRuleOperations, RuleCreateOrUpdateParameters)

 

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

Syntax

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

Parameters

Return Value

Type: System.Threading.Tasks.Task<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