Freigeben über


MachineLearninRegistryComponentContainerCollection.GetIfExists 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 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)

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: