Lingua

ApplicationGatewayResource.GetApplicationGatewayPrivateLinkResourcesAsync Method

Definition

Invokes the GetApplicationGatewayPrivateLinkResourcesAsync compatibility operation.

public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkResource> GetApplicationGatewayPrivateLinkResourcesAsync(System.Threading.CancellationToken cancellationToken);
abstract member GetApplicationGatewayPrivateLinkResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkResource>
override this.GetApplicationGatewayPrivateLinkResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkResource>
Public Overridable Function GetApplicationGatewayPrivateLinkResourcesAsync (cancellationToken As CancellationToken) As AsyncPageable(Of ApplicationGatewayPrivateLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to