< Back

Wait-AzureRmDataLakeAnalyticsJob

Tue Jan 29, 2019 9:43 pm

NAME Wait-AzureRmDataLakeAnalyticsJob



SYNOPSIS

Waits for a job to complete.





SYNTAX

Wait-AzureRmDataLakeAnalyticsJob [-Account] <String> [-JobId] <Guid> [[-WaitIntervalInSeconds] <Int32>] [[-TimeoutInSeconds] <Int32>]

[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Wait-AzureRmDataLakeAnalyticsJob cmdlet waits for an Azure Data Lake Analytics job to complete.





PARAMETERS

-Account <String>

Specifies the Data Lake Analytics account name.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-JobId <Guid>

Specifies the ID of the job for which to wait.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName, ByValue)

Accept wildcard characters? false



-TimeoutInSeconds <Int32>

Specifies the number of seconds to wait before exiting the wait operation.



Required? false

Position? 3

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-WaitIntervalInSeconds <Int32>

Specify the number of seconds that elapse between each check of the job state.



Required? false

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

Guid

Parameter 'JobId' accepts value of type 'Guid' from the pipeline





OUTPUTS

JobInformation

The final job details for the completed job.





NOTES









Example 1: Wait for a job to complete



PS C:\\>Wait-AzureRmDataLakeAnalyticsJob -Account "ContosoAdlAccount" -JobId "a0a78d72-3fa8-4564-9b18-6becb3fda48a"



The following command waits for the job with the specified ID to complete.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... alyticsjob

Get-AzureRmDataLakeAnalyticsJob

Stop-AzureRmDataLakeAnalyticsJob

Submit-AzureRmDataLakeAnalyticsJob