次の方法で共有


MachineLearningWorkspaceResource.GetStorageAccountKeysAsync メソッド

定義

Azure Machine Learning ワークスペースのストレージ アカウントのキーを一覧表示します。

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象