次の方法で共有


StreamingJobsOperationsExtensions.ListByResourceGroup メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob> ListByResourceGroup (this Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations operations, string resourceGroupName, string expand = default);
static member ListByResourceGroup : Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob>
<Extension()>
Public Function ListByResourceGroup (operations As IStreamingJobsOperations, resourceGroupName As String, Optional expand As String = Nothing) As IPage(Of StreamingJob)

パラメーター

operations
IStreamingJobsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

expand
String

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

戻り値

適用対象