MachineLearningOnlineEndpointCollection.GetAllAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetAllAsync(MachineLearningOnlineEndpointCollectionGetAllOptions, CancellationToken) |
オンライン エンドポイントを一覧表示します。
|
GetAllAsync(String, Nullable<Int32>, Nullable<MachineLearningEndpointComputeType>, String, String, String, Nullable<MachineLearningOrderString>, CancellationToken) |
オンライン エンドポイントを一覧表示します。
|
GetAllAsync(MachineLearningOnlineEndpointCollectionGetAllOptions, CancellationToken)
オンライン エンドポイントを一覧表示します。
- 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints
- 操作IdOnlineEndpoints_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource> GetAllAsync (Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineEndpointCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineEndpointCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>
override this.GetAllAsync : Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineEndpointCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>
Public Overridable Function GetAllAsync (options As MachineLearningOnlineEndpointCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningOnlineEndpointResource)
パラメーター
LRO 修飾子と要求コンテキスト パラメーターを除く、このメソッドのすべてのパラメーターを含むプロパティ バッグ。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
反復処理するために複数の MachineLearningOnlineEndpointResource サービス要求を受け取る可能性がある の非同期コレクション。
適用対象
GetAllAsync(String, Nullable<Int32>, Nullable<MachineLearningEndpointComputeType>, String, String, String, Nullable<MachineLearningOrderString>, CancellationToken)
オンライン エンドポイントを一覧表示します。
- 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints
- 操作IdOnlineEndpoints_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource> GetAllAsync (string name = default, int? count = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointComputeType? computeType = default, string skip = default, string tags = default, string properties = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningOrderString? orderBy = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * Nullable<int> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointComputeType> * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningOrderString> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>
override this.GetAllAsync : string * Nullable<int> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointComputeType> * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningOrderString> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>
Public Overridable Function GetAllAsync (Optional name As String = Nothing, Optional count As Nullable(Of Integer) = Nothing, Optional computeType As Nullable(Of MachineLearningEndpointComputeType) = Nothing, Optional skip As String = Nothing, Optional tags As String = Nothing, Optional properties As String = Nothing, Optional orderBy As Nullable(Of MachineLearningOrderString) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningOnlineEndpointResource)
パラメーター
- name
- String
エンドポイントの名前。
- computeType
- Nullable<MachineLearningEndpointComputeType>
フィルター処理する EndpointComputeType。
- skip
- String
改ページの継続トークン。
- tags
- String
返されたモデルをフィルター処理するタグのセット。 タグ キーまたはタグ key=value のコンマ区切り文字列です。 例: tagKey1,tagKey2,tagKey3=value3 .
- properties
- String
返されるモデルをフィルター処理するプロパティのセット。 プロパティ キーまたはプロパティ key=value のコンマ区切り文字列です。例: propKey1、propKey2、propKey3=value3。
- orderBy
- Nullable<MachineLearningOrderString>
応答を並べ替えるオプション。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
反復処理するために複数の MachineLearningOnlineEndpointResource サービス要求を受け取る可能性がある の非同期コレクション。
適用対象
Azure SDK for .NET