Partager via


MachineLearninRegistryComponentContainerCollection.GetIfExists Méthode

Définition

Tente d’obtenir les détails de cette ressource à partir du service.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/components/{componentName}
  • IdRegistryComponentContainers_Get d’opération
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)

Paramètres

componentName
String

Nom du conteneur.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

componentName est une chaîne vide et devait être non vide.

componentName a la valeur null.

S’applique à