MockableAppNetworkSubscriptionResource.GetAppLinksAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List AppLink resources by subscription.
- Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.AppLink/appLinks.
- Operation Id. : AppLinks_ListBySubscription.
- Default Api Version. : 2025-08-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppNetwork.AppLinkResource> GetAppLinksAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppLinksAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppNetwork.AppLinkResource>
override this.GetAppLinksAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppNetwork.AppLinkResource>
Public Overridable Function GetAppLinksAsync (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.