次の方法で共有


MachineLearningWorkspaceResource.GetKeys(CancellationToken) メソッド

定義

このワークスペースに関連付けられているすべてのキーを一覧表示します。 これには、ストレージ アカウントのキー、アプリの分析情報、コンテナー レジストリのパスワードが含まれます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listKeys
  • 操作IdWorkspaces_ListKeys
public virtual Azure.Response<Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceGetKeysResult> GetKeys (System.Threading.CancellationToken cancellationToken = default);
abstract member GetKeys : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceGetKeysResult>
override this.GetKeys : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceGetKeysResult>
Public Overridable Function GetKeys (Optional cancellationToken As CancellationToken = Nothing) As Response(Of MachineLearningWorkspaceGetKeysResult)

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象