次の方法で共有


MachineLearningComputeExtensions.GetAvailableOperationsMachineLearningComputesAsync メソッド

定義

使用可能なすべての操作を取得します。

  • 要求パス/プロバイダー/Microsoft.MachineLearningCompute/operations
  • 操作IdMachineLearningCompute_ListAvailableOperations
public static Azure.AsyncPageable<Azure.ResourceManager.MachineLearningCompute.Models.ResourceOperation> GetAvailableOperationsMachineLearningComputesAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default);
static member GetAvailableOperationsMachineLearningComputesAsync : Azure.ResourceManager.Resources.TenantResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearningCompute.Models.ResourceOperation>
<Extension()>
Public Function GetAvailableOperationsMachineLearningComputesAsync (tenantResource As TenantResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ResourceOperation)

パラメーター

tenantResource
TenantResource

TenantResourceメソッドが実行されるインスタンス。

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の ResourceOperation サービス要求を受け取る可能性がある の非同期コレクション。

適用対象