Get-AzDataLakeAnalyticsJobPipeline
Gets a Data Lake Analytics Job pipeline or pipelines.
Syntax
GetAllInAccount (Default)
Get-AzDataLakeAnalyticsJobPipeline
[-Account] <String>
[-SubmittedAfter <DateTimeOffset>]
[-SubmittedBefore <DateTimeOffset>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
GetBySpecificJobPipeline
Get-AzDataLakeAnalyticsJobPipeline
[-Account] <String>
[-PipelineId] <Guid>
[-SubmittedAfter <DateTimeOffset>]
[-SubmittedBefore <DateTimeOffset>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzDataLakeAnalyticsJobPipeline gets a specified Azure Data Lake Analytics Job pipeline or a list of pipelines.
Examples
Example 1: Get a specified pipeline
Get-AzDataLakeAnalyticsJobPipeline -Account "contosoadla" -PipelineId 83cb7ad2-3523-4b82-b909-d478b0d8aea3
This command gets the specified pipeline with id '83cb7ad2-3523-4b82-b909-d478b0d8aea3' in account 'contosoadla'.
Example 2: Get a list of all pipelines in the account
Get-AzDataLakeAnalyticsJobPipeline -AccountName "contosoadla"
This command gets a list of all pipelines in the account "contosoadla"
Parameters
-Account
Name of the Data Lake Analytics account name under which want to retrieve the job pipeline.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | AccountName |
Parameter sets
(All)
Position: | 0 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with azure
Parameter properties
Type: | IAzureContextContainer |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-PipelineId
ID of the specific job pipeline to return information for.
Parameter properties
Type: | Guid |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | Id |
Parameter sets
GetBySpecificJobPipeline
Position: | 1 |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-SubmittedAfter
An optional filter which returns job pipeline(s) only submitted after the specified time.
Parameter properties
Type: | |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-SubmittedBefore
An optional filter which returns job pipeline(s) only submitted before the specified time.
Parameter properties
Type: | |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.