MachineLearningRegistryResource.GetMachineLearninRegistryComponentContainerAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenir le conteneur.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registrys/{registryName}/components/{componentName}
- IdRegistryComponentContainers_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>> GetMachineLearninRegistryComponentContainerAsync (string componentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearninRegistryComponentContainerAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>>
override this.GetMachineLearninRegistryComponentContainerAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>>
Public Overridable Function GetMachineLearninRegistryComponentContainerAsync (componentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MachineLearninRegistryComponentContainerResource))
Paramètres
- componentName
- String
Nom du conteneur.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
componentName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
componentName
a la valeur null.