다음을 통해 공유


DscCompilationJobStreamOperationsExtensions.ListByJobAsync 메서드

정의

컴파일 작업에 대한 모든 작업 스트림을 검색합니다. http://aka.ms/azureautomationsdk/jobstreamoperations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobStreamListResult> ListByJobAsync (this Microsoft.Azure.Management.Automation.IDscCompilationJobStreamOperations operations, string resourceGroupName, string automationAccountName, Guid jobId, System.Threading.CancellationToken cancellationToken = default);
static member ListByJobAsync : Microsoft.Azure.Management.Automation.IDscCompilationJobStreamOperations * string * string * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobStreamListResult>
<Extension()>
Public Function ListByJobAsync (operations As IDscCompilationJobStreamOperations, resourceGroupName As String, automationAccountName As String, jobId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobStreamListResult)

매개 변수

operations
IDscCompilationJobStreamOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

Azure 리소스 그룹의 이름입니다.

automationAccountName
String

자동화 계정의 이름입니다.

jobId
Guid

작업 ID입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상