共用方式為


MachineLearningComponentVersionCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/components/{name}/versions/{version}
  • Operation Id: ComponentVersions_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.MachineLearning.MachineLearningComponentVersionResource> GetIfExists (string version, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.MachineLearning.MachineLearningComponentVersionResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.MachineLearning.MachineLearningComponentVersionResource>
Public Overridable Function GetIfExists (version As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of MachineLearningComponentVersionResource)

Parameters

version
String

Version identifier.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

version is an empty string, and was expected to be non-empty.

version is null.

Applies to