Compartilhar via


ActivityLogAlertsOperationsExtensions.CreateOrUpdateAsync Método

Definição

Crie uma nova regra de Alerta do Log de Atividades ou atualize uma existente.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertResource> CreateOrUpdateAsync (this Microsoft.Azure.Management.Monitor.IActivityLogAlertsOperations operations, string resourceGroupName, string activityLogAlertName, Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertResource activityLogAlertRule, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Monitor.IActivityLogAlertsOperations * string * string * Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertResource>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IActivityLogAlertsOperations, resourceGroupName As String, activityLogAlertName As String, activityLogAlertRule As ActivityLogAlertResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ActivityLogAlertResource)

Parâmetros

operations
IActivityLogAlertsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

activityLogAlertName
String

O nome da regra de Alerta do Log de Atividades.

activityLogAlertRule
ActivityLogAlertResource

A regra de Alerta do Log de Atividades a ser criada ou usada para a atualização.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a