IJobOperations.GetJobOutputAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task<System.IO.Stream> GetJobOutputAsync (string jobId, Microsoft.Azure.HDInsight.Job.Models.IStorageAccess storageAccess, System.Threading.CancellationToken cancellationToken);
abstract member GetJobOutputAsync : string * Microsoft.Azure.HDInsight.Job.Models.IStorageAccess * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.IO.Stream>
Public Function GetJobOutputAsync (jobId As String, storageAccess As IStorageAccess, cancellationToken As CancellationToken) As Task(Of Stream)
Parameters
- jobId
- String
- storageAccess
- IStorageAccess
- cancellationToken
- CancellationToken