DscCompilationJobStreamOperationsExtensions.ListByJob メソッド

定義

コンパイル ジョブのすべてのジョブ ストリームを取得します。 http://aka.ms/azureautomationsdk/jobstreamoperations

public static Microsoft.Azure.Management.Automation.Models.JobStreamListResult ListByJob (this Microsoft.Azure.Management.Automation.IDscCompilationJobStreamOperations operations, string resourceGroupName, string automationAccountName, Guid jobId);
static member ListByJob : Microsoft.Azure.Management.Automation.IDscCompilationJobStreamOperations * string * string * Guid -> Microsoft.Azure.Management.Automation.Models.JobStreamListResult
<Extension()>
Public Function ListByJob (operations As IDscCompilationJobStreamOperations, resourceGroupName As String, automationAccountName As String, jobId As Guid) As JobStreamListResult

パラメーター

operations
IDscCompilationJobStreamOperations

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

resourceGroupName
String

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

automationAccountName
String

Automation アカウントの名前。

jobId
Guid

ジョブ ID。

戻り値

適用対象