RecurrenceOperations Class
RecurrenceOperations operations.
- Inheritance
-
builtins.objectRecurrenceOperations
Constructor
RecurrenceOperations(client, config, serializer, deserializer)
Parameters
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
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
- start_date_time
- datetime
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
The end date for when to get recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.
- operation_config
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
- start_date_time
- datetime
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
The end date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.
- operation_config
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'>
Feedback
Submit and view feedback for