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
operations
Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperationsReference to the Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations.
parameters
Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.RuleCreateOrUpdateParametersRequired. The rule to create or update.
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