DscCompilationJobStreamOperationsExtensions.ListByJob 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取編譯作業的所有作業資料流程。 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
自動化帳戶的名稱。
- jobId
- Guid
作業識別碼。