JobOperationsExtensions.DownloadJobTaskLogsAsync Method (IJobOperations, String, 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 DownloadJobTaskLogsAsync(
    this IJobOperations operations,
    string jobId,
    string targetDirectory,
    string storageAccountName,
    string storageAccountKey,
    string defaultContainer
)
public:
[ExtensionAttribute]
static Task^ DownloadJobTaskLogsAsync(
    IJobOperations^ operations,
    String^ jobId,
    String^ targetDirectory,
    String^ storageAccountName,
    String^ storageAccountKey,
    String^ defaultContainer
)
static member DownloadJobTaskLogsAsync : 
        operations:IJobOperations *
        jobId:string *
        targetDirectory:string *
        storageAccountName:string *
        storageAccountKey:string *
        defaultContainer:string -> Task
<ExtensionAttribute>
Public Shared Function DownloadJobTaskLogsAsync (
    operations As IJobOperations,
    jobId As String,
    targetDirectory As String,
    storageAccountName As String,
    storageAccountKey As String,
    defaultContainer As String
) As Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

See Also

JobOperationsExtensions Class
Microsoft.Azure.Management.HDInsight.Job Namespace

Return to top