次の方法で共有


FunctionsOperationsExtensions.ListByStreamingJobAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Function>> ListByStreamingJobAsync (this Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations operations, string resourceGroupName, string jobName, string select = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByStreamingJobAsync : Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Function>>
<Extension()>
Public Function ListByStreamingJobAsync (operations As IFunctionsOperations, resourceGroupName As String, jobName As String, Optional select As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Function))

パラメーター

operations
IFunctionsOperations

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

resourceGroupName
String

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

jobName
String

ストリーミング ジョブの名前。

select
String

$select OData クエリ パラメーター。 これは、応答に含める構造プロパティのコンマ区切りのリスト、またはすべてのプロパティを含める "" です。既定では、診断を除くすべてのプロパティが返されます。現在、有効な値として受け入れるのは '' のみです

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象