Language

MockableMaintenanceArmClient.AcknowledgeListAsync Method

Definition

Post List of ScheduledEvents Acknowledgement

  • Request Path. : /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Compute/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/scheduledevents.
  • Operation Id. : ScheduledEventOperationGroup_AcknowledgeList.
  • Default Api Version. : 2025-10-01-preview.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.Models.MaintenanceScheduledEventApproveResult>> AcknowledgeListAsync(Azure.Core.ResourceIdentifier scope, Azure.ResourceManager.Maintenance.Models.MaintenanceScheduledEventIdList scheduledEventsIdList, System.Threading.CancellationToken cancellationToken = default);
abstract member AcknowledgeListAsync : Azure.Core.ResourceIdentifier * Azure.ResourceManager.Maintenance.Models.MaintenanceScheduledEventIdList * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.Models.MaintenanceScheduledEventApproveResult>>
override this.AcknowledgeListAsync : Azure.Core.ResourceIdentifier * Azure.ResourceManager.Maintenance.Models.MaintenanceScheduledEventIdList * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.Models.MaintenanceScheduledEventApproveResult>>
Public Overridable Function AcknowledgeListAsync (scope As ResourceIdentifier, scheduledEventsIdList As MaintenanceScheduledEventIdList, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MaintenanceScheduledEventApproveResult))

Parameters

scope
ResourceIdentifier

The scope that the resource will apply against.

scheduledEventsIdList
MaintenanceScheduledEventIdList

List of ScheduledEvents Id.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

scope or scheduledEventsIdList is null.

Applies to