HostingEnvironmentPrivateEndpointConnectionCollection.GetAll Method

Definition

Description for Gets the list of private endpoints associated with a hosting environment

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to