次の方法で共有


MachineLearningCodeContainerResource.GetMachineLearningCodeVersion メソッド

定義

バージョンを取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/codes/{name}/versions/{version}
  • 操作IdCodeVersions_Get
public virtual Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningCodeVersionResource> GetMachineLearningCodeVersion (string version, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearningCodeVersion : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningCodeVersionResource>
override this.GetMachineLearningCodeVersion : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningCodeVersionResource>
Public Overridable Function GetMachineLearningCodeVersion (version As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MachineLearningCodeVersionResource)

パラメーター

version
String

バージョン識別子。 これは大文字小文字を区別します。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

version は空の文字列であり、空でないと想定されていました。

version が null です。

適用対象