< Back

Get-AzureRmDataLakeAnalyticsJobRecurrence

Tue Jan 29, 2019 9:43 pm

NAME Get-AzureRmDataLakeAnalyticsJobRecurrence



SYNOPSIS

Gets a Data Lake Analytics Job recurrence or recurrences.





SYNTAX

Get-AzureRmDataLakeAnalyticsJobRecurrence [-Account] <String> [-RecurrenceId] <Guid> [-DefaultProfile <IAzureContextContainer>] [-SubmittedAfter

<DateTimeOffset>] [-SubmittedBefore <DateTimeOffset>] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmDataLakeAnalyticsJobRecurrence gets a specified Azure Data Lake Analytics Job recurrence or a list of recurrence.





PARAMETERS

-Account <String>

Name of the Data Lake Analytics account name under which want to retrieve the job recurrence.



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



-RecurrenceId <Guid>

ID of the specific job recurrence to return information for.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName, ByValue)

Accept wildcard characters? false



-SubmittedAfter <DateTimeOffset>

An optional filter which returns job recurrence(s) only submitted after the specified time.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-SubmittedBefore <DateTimeOffset>

An optional filter which returns job recurrence(s) only submitted before the specified time.



Required? false

Position? named

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

System.String

System.Guid





OUTPUTS

Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSJobRecurrenceInformation







NOTES









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"







RELATED LINKS

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