MachineLearningComputeResource.GetKeys(CancellationToken) メソッド

定義

Machine Learning コンピューティング (ストレージ キー、サービス資格情報など) に関連するシークレットを取得します。

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象