ContainerAppsPatchCollection.GetAllAsync(String, CancellationToken) Method

Definition

List Container Apps Patch resources by ContainerApp.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/patches.
  • Operation Id. : ContainerAppsPatches_ListByContainerApp.
  • Default Api Version. : 2025-10-02-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppsPatchResource> GetAllAsync(string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppsPatchResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppsPatchResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ContainerAppsPatchResource)

Parameters

filter
String

The filter to apply on the operation. For example, $filter=properties/patchApplyStatus eq 'Succeeded'.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ContainerAppsPatchResource that may take multiple service requests to iterate over.

Applies to