RecurrenceOperations Class

RecurrenceOperations operations.

Inheritance
builtins.object
RecurrenceOperations

Constructor

RecurrenceOperations(client, config, serializer, deserializer)

Parameters

client
Required

Client for service requests.

config
Required

Configuration of service client.

serializer
Required

An object model serializer.

deserializer
Required

An object model deserializer.

Variables

api_version

Client Api Version. Constant value: "2017-09-01-preview".

Methods

get

Gets the recurrence information for the specified recurrence ID.

list

Lists all recurrences.

get

Gets the recurrence information for the specified recurrence ID.

get(account_name, recurrence_identity, start_date_time=None, end_date_time=None, custom_headers=None, raw=False, **operation_config)

Parameters

account_name
str
Required

The Azure Data Lake Analytics account to execute job operations on.

recurrence_identity
str
Required

Recurrence ID.

start_date_time
datetime
default value: None

The start date for when to get the recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.

end_date_time
datetime
default value: None

The end date for when to get recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.

custom_headers
dict
default value: None

headers that will be added to the request

raw
bool
default value: False

returns the direct response alongside the deserialized response

operation_config
Required

Operation configuration overrides.

Returns

JobRecurrenceInformation or ClientRawResponse if raw=true

Return type

Exceptions

list

Lists all recurrences.

list(account_name, start_date_time=None, end_date_time=None, custom_headers=None, raw=False, **operation_config)

Parameters

account_name
str
Required

The Azure Data Lake Analytics account to execute job operations on.

start_date_time
datetime
default value: None

The start date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.

end_date_time
datetime
default value: None

The end date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.

custom_headers
dict
default value: None

headers that will be added to the request

raw
bool
default value: False

returns the direct response alongside the deserialized response

operation_config
Required

Operation configuration overrides.

Returns

An iterator like instance of JobRecurrenceInformation

Return type

Exceptions

Attributes

models

models = <module 'azure.mgmt.datalake.analytics.job.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\datalake\\analytics\\job\\models\\__init__.py'>