Delen via


SitePrivateEndpointConnectionCollection.GetAll(CancellationToken) Method

Definition

Description for Gets the list of private endpoint connections associated with a site

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections
  • Operation Id: WebApps_GetPrivateEndpointConnectionList
  • Default Api Version: 2021-02-01
  • Resource: SitePrivateEndpointConnectionResource
public virtual Azure.Pageable<Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SitePrivateEndpointConnectionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to