MockableMaintenanceResourceGroupResource.GetMaintenanceApplyUpdatesAsync Method

Definition

Get Configuration records within a subscription and resource group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maintenance/applyUpdates
  • Operation Id: ApplyUpdateForResourceGroup_List
  • Default Api Version: 2023-10-01-preview
public virtual Azure.AsyncPageable<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource> GetMaintenanceApplyUpdatesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetMaintenanceApplyUpdatesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
override this.GetMaintenanceApplyUpdatesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
Public Overridable Function GetMaintenanceApplyUpdatesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MaintenanceApplyUpdateResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of MaintenanceApplyUpdateResource that may take multiple service requests to iterate over.

Applies to