IActivityLogAlertsOperations.UpdateWithHttpMessagesAsync(String, String, ActivityLogAlertPatchBody, Dictionary<String,List<String>>, CancellationToken) Method

Definition

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertResource>> UpdateWithHttpMessagesAsync (string resourceGroupName, string activityLogAlertName, Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertPatchBody activityLogAlertPatch, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertPatchBody * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertResource>>
Public Function UpdateWithHttpMessagesAsync (resourceGroupName As String, activityLogAlertName As String, activityLogAlertPatch As ActivityLogAlertPatchBody, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ActivityLogAlertResource))

Parameters

resourceGroupName
String
activityLogAlertName
String
activityLogAlertPatch
ActivityLogAlertPatchBody
customHeaders
Dictionary<String,List<String>>
cancellationToken
CancellationToken

Returns

Task<AzureOperationResponse<ActivityLogAlertResource>>

Applies to