JobOperationsExtensions.GetJobTaskLogSummary 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 Stream GetJobTaskLogSummary(
this IJobOperations operations,
string jobId,
string storageAccountName,
string storageAccountKey,
string defaultContainer
)
public:
[ExtensionAttribute]
static Stream^ GetJobTaskLogSummary(
IJobOperations^ operations,
String^ jobId,
String^ storageAccountName,
String^ storageAccountKey,
String^ defaultContainer
)
static member GetJobTaskLogSummary :
operations:IJobOperations *
jobId:string *
storageAccountName:string *
storageAccountKey:string *
defaultContainer:string -> Stream
<ExtensionAttribute>
Public Shared Function GetJobTaskLogSummary (
operations As IJobOperations,
jobId As String,
storageAccountName As String,
storageAccountKey As String,
defaultContainer As String
) As 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.IO.Stream
See Also
JobOperationsExtensions Class
Microsoft.Azure.Management.HDInsight.Job Namespace
Return to top