Compartilhar via


SiteSlotPrivateEndpointConnectionCollection.GetAll(CancellationToken) Método

Definição

Descrição de Obtém a lista de conexões de ponto de extremidade privado associadas a um site

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/privateEndpointConnections
  • IdWebApps_GetPrivateEndpointConnectionListSlot de operação
public virtual Azure.Pageable<Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SiteSlotPrivateEndpointConnectionResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção de SiteSlotPrivateEndpointConnectionResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a