Partilhar via


ApplicationGatewayPrivateEndpointConnectionCollection.GetAll Método

Definição

Lista todas as conexões de ponto de extremidade privado em um gateway de aplicativo.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/privateEndpointConnections
  • Operação IdApplicationGatewayPrivateEndpointConnections_List
public virtual Azure.Pageable<Azure.ResourceManager.Network.ApplicationGatewayPrivateEndpointConnectionResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.ApplicationGatewayPrivateEndpointConnectionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.ApplicationGatewayPrivateEndpointConnectionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApplicationGatewayPrivateEndpointConnectionResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a