次の方法で共有


MachineLearningWorkspaceResource.GetMachineLearningDatastore メソッド

定義

データストアを取得します。

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

パラメーター

name
String

データストア名。

cancellationToken
CancellationToken

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

戻り値

例外

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

name が null です。

適用対象