Interface Recurrences
public interface Recurrences
An instance of this class provides access to all the operations defined
in Recurrences.
-
Method Summary
Modifier and TypeMethodDescriptionGets the recurrence information for the specified recurrence ID.get
(String accountName, UUID recurrenceIdentity, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime) Gets the recurrence information for the specified recurrence ID.rx.Observable<JobRecurrenceInformation>
Gets the recurrence information for the specified recurrence ID.com.microsoft.rest.ServiceFuture<JobRecurrenceInformation>
getAsync
(String accountName, UUID recurrenceIdentity, com.microsoft.rest.ServiceCallback<JobRecurrenceInformation> serviceCallback) Gets the recurrence information for the specified recurrence ID.rx.Observable<JobRecurrenceInformation>
getAsync
(String accountName, UUID recurrenceIdentity, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime) Gets the recurrence information for the specified recurrence ID.com.microsoft.rest.ServiceFuture<JobRecurrenceInformation>
getAsync
(String accountName, UUID recurrenceIdentity, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime, com.microsoft.rest.ServiceCallback<JobRecurrenceInformation> serviceCallback) Gets the recurrence information for the specified recurrence ID.rx.Observable<com.microsoft.rest.ServiceResponse<JobRecurrenceInformation>>
getWithServiceResponseAsync
(String accountName, UUID recurrenceIdentity) Gets the recurrence information for the specified recurrence ID.rx.Observable<com.microsoft.rest.ServiceResponse<JobRecurrenceInformation>>
getWithServiceResponseAsync
(String accountName, UUID recurrenceIdentity, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime) Gets the recurrence information for the specified recurrence ID.com.microsoft.azure.PagedList<JobRecurrenceInformation>
Lists all recurrences.com.microsoft.azure.PagedList<JobRecurrenceInformation>
Lists all recurrences.rx.Observable<com.microsoft.azure.Page<JobRecurrenceInformation>>
Lists all recurrences.com.microsoft.rest.ServiceFuture<List<JobRecurrenceInformation>>
listAsync
(String accountName, com.microsoft.azure.ListOperationCallback<JobRecurrenceInformation> serviceCallback) Lists all recurrences.rx.Observable<com.microsoft.azure.Page<JobRecurrenceInformation>>
listAsync
(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime) Lists all recurrences.com.microsoft.rest.ServiceFuture<List<JobRecurrenceInformation>>
listAsync
(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime, com.microsoft.azure.ListOperationCallback<JobRecurrenceInformation> serviceCallback) Lists all recurrences.com.microsoft.azure.PagedList<JobRecurrenceInformation>
Lists all recurrences.rx.Observable<com.microsoft.azure.Page<JobRecurrenceInformation>>
listNextAsync
(String nextPageLink) Lists all recurrences.com.microsoft.rest.ServiceFuture<List<JobRecurrenceInformation>>
listNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<JobRecurrenceInformation>> serviceFuture, com.microsoft.azure.ListOperationCallback<JobRecurrenceInformation> serviceCallback) Lists all recurrences.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobRecurrenceInformation>>>
listNextWithServiceResponseAsync
(String nextPageLink) Lists all recurrences.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobRecurrenceInformation>>>
listWithServiceResponseAsync
(String accountName) Lists all recurrences.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobRecurrenceInformation>>>
listWithServiceResponseAsync
(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime) Lists all recurrences.
-
Method Details
-
list
Lists all recurrences.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.- Returns:
- the PagedList<JobRecurrenceInformation> object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
listAsync
com.microsoft.rest.ServiceFuture<List<JobRecurrenceInformation>> listAsync(String accountName, com.microsoft.azure.ListOperationCallback<JobRecurrenceInformation> serviceCallback) Lists all recurrences.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listAsync
Lists all recurrences.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.- Returns:
- the observable to the PagedList<JobRecurrenceInformation> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobRecurrenceInformation>>> listWithServiceResponseAsync(String accountName) Lists all recurrences.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.- Returns:
- the observable to the PagedList<JobRecurrenceInformation> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
list
com.microsoft.azure.PagedList<JobRecurrenceInformation> list(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime) Lists all recurrences.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.startDateTime
- The start date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.endDateTime
- The end date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.- Returns:
- the PagedList<JobRecurrenceInformation> object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
listAsync
com.microsoft.rest.ServiceFuture<List<JobRecurrenceInformation>> listAsync(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime, com.microsoft.azure.ListOperationCallback<JobRecurrenceInformation> serviceCallback) Lists all recurrences.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.startDateTime
- The start date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.endDateTime
- The end date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listAsync
rx.Observable<com.microsoft.azure.Page<JobRecurrenceInformation>> listAsync(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime) Lists all recurrences.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.startDateTime
- The start date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.endDateTime
- The end date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.- Returns:
- the observable to the PagedList<JobRecurrenceInformation> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobRecurrenceInformation>>> listWithServiceResponseAsync(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime) Lists all recurrences.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.startDateTime
- The start date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.endDateTime
- The end date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart.- Returns:
- the observable to the PagedList<JobRecurrenceInformation> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
get
Gets the recurrence information for the specified recurrence ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.recurrenceIdentity
- Recurrence ID.- Returns:
- the JobRecurrenceInformation object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
getAsync
com.microsoft.rest.ServiceFuture<JobRecurrenceInformation> getAsync(String accountName, UUID recurrenceIdentity, com.microsoft.rest.ServiceCallback<JobRecurrenceInformation> serviceCallback) Gets the recurrence information for the specified recurrence ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.recurrenceIdentity
- Recurrence ID.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
getAsync
Gets the recurrence information for the specified recurrence ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.recurrenceIdentity
- Recurrence ID.- Returns:
- the observable to the JobRecurrenceInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
getWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<JobRecurrenceInformation>> getWithServiceResponseAsync(String accountName, UUID recurrenceIdentity) Gets the recurrence information for the specified recurrence ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.recurrenceIdentity
- Recurrence ID.- Returns:
- the observable to the JobRecurrenceInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
get
JobRecurrenceInformation get(String accountName, UUID recurrenceIdentity, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime) Gets the recurrence information for the specified recurrence ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.recurrenceIdentity
- Recurrence ID.startDateTime
- 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.endDateTime
- The end date for when to get recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.- Returns:
- the JobRecurrenceInformation object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
getAsync
com.microsoft.rest.ServiceFuture<JobRecurrenceInformation> getAsync(String accountName, UUID recurrenceIdentity, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime, com.microsoft.rest.ServiceCallback<JobRecurrenceInformation> serviceCallback) Gets the recurrence information for the specified recurrence ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.recurrenceIdentity
- Recurrence ID.startDateTime
- 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.endDateTime
- The end date for when to get recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
getAsync
rx.Observable<JobRecurrenceInformation> getAsync(String accountName, UUID recurrenceIdentity, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime) Gets the recurrence information for the specified recurrence ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.recurrenceIdentity
- Recurrence ID.startDateTime
- 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.endDateTime
- The end date for when to get recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.- Returns:
- the observable to the JobRecurrenceInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
getWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<JobRecurrenceInformation>> getWithServiceResponseAsync(String accountName, UUID recurrenceIdentity, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime) Gets the recurrence information for the specified recurrence ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.recurrenceIdentity
- Recurrence ID.startDateTime
- 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.endDateTime
- The end date for when to get recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.- Returns:
- the observable to the JobRecurrenceInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listNext
Lists all recurrences.- Parameters:
nextPageLink
- The NextLink from the previous successful call to List operation.- Returns:
- the PagedList<JobRecurrenceInformation> object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
listNextAsync
com.microsoft.rest.ServiceFuture<List<JobRecurrenceInformation>> listNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<JobRecurrenceInformation>> serviceFuture, com.microsoft.azure.ListOperationCallback<JobRecurrenceInformation> serviceCallback) Lists all recurrences.- Parameters:
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listNextAsync
rx.Observable<com.microsoft.azure.Page<JobRecurrenceInformation>> listNextAsync(String nextPageLink) Lists all recurrences.- Parameters:
nextPageLink
- The NextLink from the previous successful call to List operation.- Returns:
- the observable to the PagedList<JobRecurrenceInformation> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listNextWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobRecurrenceInformation>>> listNextWithServiceResponseAsync(String nextPageLink) Lists all recurrences.- Parameters:
nextPageLink
- The NextLink from the previous successful call to List operation.- Returns:
- the observable to the PagedList<JobRecurrenceInformation> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-