StreamingJobCollection.GetAll(String, CancellationToken) メソッド

定義

指定したリソース グループ内のすべてのストリーミング ジョブを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs
  • 操作IdStreamingJobs_ListByResourceGroup
public virtual Azure.Pageable<Azure.ResourceManager.StreamAnalytics.StreamingJobResource> GetAll (string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StreamAnalytics.StreamingJobResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StreamAnalytics.StreamingJobResource>
Public Overridable Function GetAll (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of StreamingJobResource)

パラメーター

expand
String

$expand OData クエリ パラメーター。 これは、このパラメーターがない場合に返される既定のセットを超えて、応答に含める追加のストリーミング ジョブ プロパティのコンマ区切りのリストです。 既定のセットは、'inputs'、'transformation'、'outputs'、および 'functions' 以外のすべてのストリーミング ジョブ プロパティです。

cancellationToken
CancellationToken

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

戻り値

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

適用対象