Partilhar via


ProjectDevBoxDefinitionCollection.GetAll Método

Definição

Listar definições do Dev Box configuradas para um projeto.

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

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 ProjectDevBoxDefinitionResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a