共用方式為


ApplicationGatewayResource.GetApplicationGatewayPrivateLinkResourcesAsync Method

Definition

Lists all private link resources on an application gateway.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/privateLinkResources
  • Operation Id: ApplicationGatewayPrivateLinkResources_List
  • Default Api Version: 2023-09-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkResource> GetApplicationGatewayPrivateLinkResourcesAsync (System.Threading.CancellationToken cancellationToken = default);
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 (Optional cancellationToken As CancellationToken = Nothing) 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