Compartilhar via


MachineLearninRegistryComponentContainerCollection.GetIfExists Método

Definição

Tenta obter detalhes para esse recurso do serviço.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/components/{componentName}
  • Operação IdRegistryComponentContainers_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource> GetIfExists (string componentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>
Public Overridable Function GetIfExists (componentName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(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 esperava-se que não estivesse vazia.

componentName é nulo.

Aplica-se a