Share via


JobOperationsExtensions.GetJobOutputAsync Method

Definition

public static System.Threading.Tasks.Task<System.IO.Stream> GetJobOutputAsync (this Microsoft.Azure.Management.HDInsight.Job.IJobOperations operations, string jobId, Microsoft.Azure.Management.HDInsight.Job.Models.IStorageAccess storageAccess);
static member GetJobOutputAsync : Microsoft.Azure.Management.HDInsight.Job.IJobOperations * string * Microsoft.Azure.Management.HDInsight.Job.Models.IStorageAccess -> System.Threading.Tasks.Task<System.IO.Stream>
<Extension()>
Public Function GetJobOutputAsync (operations As IJobOperations, jobId As String, storageAccess As IStorageAccess) As Task(Of Stream)

Parameters

operations
IJobOperations
jobId
String
storageAccess
IStorageAccess

Returns

Applies to