JobOperationsExtensions.GetJobTaskLogSummaryAsync Method (IJobOperations, String, String, String, String)
Namespace: Microsoft.Azure.Management.HDInsight.Job
Assembly: Microsoft.Azure.Management.HDInsight.Job (in Microsoft.Azure.Management.HDInsight.Job.dll)
Syntax
public static Task<Stream> GetJobTaskLogSummaryAsync(
this IJobOperations operations,
string jobId,
string storageAccountName,
string storageAccountKey,
string defaultContainer
)
public:
[ExtensionAttribute]
static Task<Stream^>^ GetJobTaskLogSummaryAsync(
IJobOperations^ operations,
String^ jobId,
String^ storageAccountName,
String^ storageAccountKey,
String^ defaultContainer
)
static member GetJobTaskLogSummaryAsync :
operations:IJobOperations *
jobId:string *
storageAccountName:string *
storageAccountKey:string *
defaultContainer:string -> Task<Stream>
<ExtensionAttribute>
Public Shared Function GetJobTaskLogSummaryAsync (
operations As IJobOperations,
jobId As String,
storageAccountName As String,
storageAccountKey As String,
defaultContainer As String
) As Task(Of Stream)
Parameters
- operations
Type: Microsoft.Azure.Management.HDInsight.Job.IJobOperations
- jobId
Type: System.String
- storageAccountName
Type: System.String
- storageAccountKey
Type: System.String
- defaultContainer
Type: System.String
Return Value
Type: System.Threading.Tasks.Task<Stream>
See Also
JobOperationsExtensions Class
Microsoft.Azure.Management.HDInsight.Job Namespace
Return to top