MachineLearningOnlineEndpointCollection.GetAll メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetAll(MachineLearningOnlineEndpointCollectionGetAllOptions, CancellationToken) |
オンライン エンドポイントを一覧表示します。
|
GetAll(String, Nullable<Int32>, Nullable<MachineLearningEndpointComputeType>, String, String, String, Nullable<MachineLearningOrderString>, CancellationToken) |
オンライン エンドポイントを一覧表示します。
|
GetAll(MachineLearningOnlineEndpointCollectionGetAllOptions, CancellationToken)
オンライン エンドポイントを一覧表示します。
- 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints
- 操作IdOnlineEndpoints_List
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource> GetAll (Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineEndpointCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineEndpointCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>
override this.GetAll : Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineEndpointCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>
Public Overridable Function GetAll (options As MachineLearningOnlineEndpointCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningOnlineEndpointResource)
パラメーター
LRO 修飾子と要求コンテキスト パラメーターを除く、このメソッドのすべてのパラメーターを含むプロパティ バッグ。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
反復処理するために複数の MachineLearningOnlineEndpointResource サービス要求を受け取る可能性がある のコレクション。
適用対象
GetAll(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.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource> GetAll (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 GetAll : string * Nullable<int> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointComputeType> * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningOrderString> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>
override this.GetAll : string * Nullable<int> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointComputeType> * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningOrderString> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>
Public Overridable Function GetAll (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 Pageable(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