Condividi tramite


AppLinkCollection.GetAllAsync(CancellationToken) Method

Definition

List AppLink resources by resource group.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppLink/appLinks.
  • Operation Id. : AppLinks_ListByResourceGroup.
  • Default Api Version. : 2025-08-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppNetwork.AppLinkResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppNetwork.AppLinkResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppNetwork.AppLinkResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to