다음을 통해 공유


JobOperationsExtensions.GetOutputAsync 메서드

정의

오버로드

GetOutputAsync(IJobOperations, String, String, Guid)
GetOutputAsync(IJobOperations, String, String, String, String, CancellationToken)

작업 이름으로 식별된 작업 출력을 검색합니다. http://aka.ms/azureautomationsdk/joboperations

GetOutputAsync(IJobOperations, String, String, Guid)

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobGetOutputResponse> GetOutputAsync (this Microsoft.Azure.Management.Automation.IJobOperations operations, string resourceGroupName, string automationAccount, Guid jobId);
static member GetOutputAsync : Microsoft.Azure.Management.Automation.IJobOperations * string * string * Guid -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobGetOutputResponse>
<Extension()>
Public Function GetOutputAsync (operations As IJobOperations, resourceGroupName As String, automationAccount As String, jobId As Guid) As Task(Of JobGetOutputResponse)

매개 변수

operations
IJobOperations
resourceGroupName
String
automationAccount
String
jobId
Guid

반환

적용 대상

GetOutputAsync(IJobOperations, String, String, String, String, CancellationToken)

작업 이름으로 식별된 작업 출력을 검색합니다. http://aka.ms/azureautomationsdk/joboperations

public static System.Threading.Tasks.Task<string> GetOutputAsync (this Microsoft.Azure.Management.Automation.IJobOperations operations, string resourceGroupName, string automationAccountName, string jobName, string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
static member GetOutputAsync : Microsoft.Azure.Management.Automation.IJobOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
<Extension()>
Public Function GetOutputAsync (operations As IJobOperations, resourceGroupName As String, automationAccountName As String, jobName As String, Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)

매개 변수

operations
IJobOperations

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

resourceGroupName
String

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

automationAccountName
String

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

jobName
String

만들 작업의 이름입니다.

clientRequestId
String

이 특정 클라이언트 요청을 식별합니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상