Compartilhar via


MachineLearninRegistryComponentContainerCollection.GetAsync Método

Definição

Obter contêiner.

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

Parâmetros

componentName
String

Nome do contêiner.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

componentName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

componentName é nulo.

Aplica-se a