Get-AzDataLakeAnalyticsJobRecurrence
Gets a Data Lake Analytics Job recurrence or recurrences.
Syntax
GetAllInAccount (Default)
Get-AzDataLakeAnalyticsJobRecurrence
[-Account] <String>
[-SubmittedAfter <DateTimeOffset>]
[-SubmittedBefore <DateTimeOffset>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
GetBySpecificJobRecurrence
Get-AzDataLakeAnalyticsJobRecurrence
[-Account] <String>
[-RecurrenceId] <Guid>
[-SubmittedAfter <DateTimeOffset>]
[-SubmittedBefore <DateTimeOffset>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzDataLakeAnalyticsJobRecurrence gets a specified Azure Data Lake Analytics Job recurrence or a list of recurrence.
Examples
Example 1: Get a specified recurrence
Get-AzDataLakeAnalyticsJobRecurrence -Account "contosoadla" -RecurrenceId 83cb7ad2-3523-4b82-b909-d478b0d8aea3
This command gets the specified job recurrence with id '83cb7ad2-3523-4b82-b909-d478b0d8aea3' in account 'contosoadla'.
Example 2: Get a list of all recurrences in the account
Get-AzDataLakeAnalyticsJobRecurrence -AccountName "contosoadla"
This command gets a list of all recurrences in the account "contosoadla"
Parameters
-Account
Name of the Data Lake Analytics account name under which want to retrieve the job recurrence.
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 |
-RecurrenceId
ID of the specific job recurrence to return information for.
Parameter properties
Type: | Guid |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | Id |
Parameter sets
GetBySpecificJobRecurrence
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 recurrence(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 recurrence(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.