TestJobStreamsOperationsExtensions.ListByTestJob メソッド

定義

Runbook 名で識別されるテスト ジョブ ストリームの一覧を取得します。 http://aka.ms/azureautomationsdk/jobstreamoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobStream> ListByTestJob (this Microsoft.Azure.Management.Automation.ITestJobStreamsOperations operations, string resourceGroupName, string automationAccountName, string runbookName, string filter = default);
static member ListByTestJob : Microsoft.Azure.Management.Automation.ITestJobStreamsOperations * string * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobStream>
<Extension()>
Public Function ListByTestJob (operations As ITestJobStreamsOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, Optional filter As String = Nothing) As IPage(Of JobStream)

パラメーター

operations
ITestJobStreamsOperations

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

resourceGroupName
String

Azure リソース グループの名前。

automationAccountName
String

Automation アカウントの名前。

runbookName
String

Runbook 名。

filter
String

操作に適用するフィルター。

戻り値

適用対象