Partilhar via


ProjectAttachedNetworkConnectionCollection.GetAllAsync Método

Definição

Lista as NetworkConnections anexadas para um Projeto.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/attachednetworks
  • Operação IdAttachedNetworks_ListByProject
public virtual Azure.AsyncPageable<Azure.ResourceManager.DevCenter.ProjectAttachedNetworkConnectionResource> GetAllAsync (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevCenter.ProjectAttachedNetworkConnectionResource>
override this.GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevCenter.ProjectAttachedNetworkConnectionResource>
Public Overridable Function GetAllAsync (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ProjectAttachedNetworkConnectionResource)

Parâmetros

top
Nullable<Int32>

O número máximo de recursos a serem retornados da operação. Exemplo: '$top=10'.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção assíncrona de ProjectAttachedNetworkConnectionResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a