Freigeben über


AppLinkCollection.GetAll(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.Pageable<Azure.ResourceManager.AppNetwork.AppLinkResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppNetwork.AppLinkResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppNetwork.AppLinkResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(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