Freigeben über


MachineLearninRegistryComponentContainerCollection.GetIfExistsAsync Methode

Definition

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/components/{componentName}
  • Vorgangs-IdRegistryComponentContainers_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>> GetIfExistsAsync (string componentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>>
Public Overridable Function GetIfExistsAsync (componentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of MachineLearninRegistryComponentContainerResource))

Parameter

componentName
String

Der Containername.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

componentName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

componentName ist NULL.

Gilt für: