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.Management.HDInsight.Job.Models.IStorageAccess storageAccess, System.Threading.CancellationToken cancellationToken);
abstract member GetJobOutputAsync : string * Microsoft.Azure.Management.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
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET