Partilhar via


MachineLearninRegistryComponentContainerCollection.GetAll Método

Definição

Listar os contêineres.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/components
  • Operação IdRegistryComponentContainers_List
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource> GetAll (string skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>
Public Overridable Function GetAll (Optional skip As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearninRegistryComponentContainerResource)

Parâmetros

skip
String

Token de continuação para paginação.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a