Get-AzureRmDataLakeAnalyticsJobRecurrence
Gets a Data Lake Analytics Job recurrence or recurrences.
Warning
The AzureRM PowerShell module has been officially deprecated as of February 29, 2024. Users are advised to migrate from AzureRM to the Az PowerShell module to ensure continued support and updates.
Although the AzureRM module may still function, it's no longer maintained or supported, placing any continued use at the user's discretion and risk. Please refer to our migration resources for guidance on transitioning to the Az module.
Syntax
Get-AzureRmDataLakeAnalyticsJobRecurrence
[-Account] <String>
[-SubmittedAfter <DateTimeOffset>]
[-SubmittedBefore <DateTimeOffset>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzureRmDataLakeAnalyticsJobRecurrence
[-Account] <String>
[-RecurrenceId] <Guid>
[-SubmittedAfter <DateTimeOffset>]
[-SubmittedBefore <DateTimeOffset>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzureRmDataLakeAnalyticsJobRecurrence gets a specified Azure Data Lake Analytics Job recurrence or a list of recurrence.
Examples
Example 1: Get a specified recurrence
PS C:\>Get-AzureRmDataLakeAnalyticsJobRecurrence -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
PS C:\>Get-AzureRmDataLakeAnalyticsJobRecurrence -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.
Type: | String |
Aliases: | AccountName |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with azure
Type: | IAzureContextContainer |
Aliases: | AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RecurrenceId
ID of the specific job recurrence to return information for.
Type: | Guid |
Aliases: | Id |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-SubmittedAfter
An optional filter which returns job recurrence(s) only submitted after the specified time.
Type: | Nullable<T>[DateTimeOffset] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-SubmittedBefore
An optional filter which returns job recurrence(s) only submitted before the specified time.
Type: | Nullable<T>[DateTimeOffset] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
Nullable<T>[[System.DateTimeOffset, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]