Partilhar via


ProjectAttachedNetworkConnectionCollection.GetAll 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
  • IdAttachedNetworks_ListByProject de operação
public virtual Azure.Pageable<Azure.ResourceManager.DevCenter.ProjectAttachedNetworkConnectionResource> GetAll (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DevCenter.ProjectAttachedNetworkConnectionResource>
override this.GetAll : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DevCenter.ProjectAttachedNetworkConnectionResource>
Public Overridable Function GetAll (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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 de ProjectAttachedNetworkConnectionResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a