Recurrences Interface
public interface Recurrences
An instance of this class provides access to all the operations defined in Recurrences.
Method Summary
Method Details
get
public JobRecurrenceInformation get(String accountName, UUID recurrenceIdentity)
Gets the recurrence information for the specified recurrence ID.
Parameters:
Returns:
Throws:
get
public JobRecurrenceInformation get(String accountName, UUID recurrenceIdentity, DateTime startDateTime, DateTime endDateTime)
Gets the recurrence information for the specified recurrence ID.
Parameters:
Returns:
Throws:
getAsync
public Observable
Gets the recurrence information for the specified recurrence ID.
Parameters:
Returns:
Throws:
getAsync
public Observable
Gets the recurrence information for the specified recurrence ID.
Parameters:
Returns:
Throws:
getAsync
public ServiceFuture
Gets the recurrence information for the specified recurrence ID.
Parameters:
Returns:
Throws:
getAsync
public ServiceFuture
Gets the recurrence information for the specified recurrence ID.
Parameters:
Returns:
Throws:
getWithServiceResponseAsync
public Observable
Gets the recurrence information for the specified recurrence ID.
Parameters:
Returns:
Throws:
getWithServiceResponseAsync
public Observable
Gets the recurrence information for the specified recurrence ID.
Parameters:
Returns:
Throws:
list
public PagedList
Lists all recurrences.
Parameters:
Returns:
Throws:
list
public PagedList
Lists all recurrences.
Parameters:
Returns:
Throws:
listAsync
public Observable
Lists all recurrences.
Parameters:
Returns:
Throws:
listAsync
public Observable
Lists all recurrences.
Parameters:
Returns:
Throws:
listAsync
public ServiceFuture> listAsync(final String accountName, final DateTime startDateTime, final DateTime endDateTime, final ListOperationCallback
Lists all recurrences.
Parameters:
Returns:
Throws:
listAsync
public ServiceFuture> listAsync(final String accountName, final ListOperationCallback
Lists all recurrences.
Parameters:
Returns:
Throws:
listNext
public PagedList
Lists all recurrences.
Parameters:
Returns:
Throws:
listNextAsync
public Observable
Lists all recurrences.
Parameters:
Returns:
Throws:
listNextAsync
public ServiceFuture> listNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Lists all recurrences.
Parameters:
Returns:
Throws:
listNextWithServiceResponseAsync
public Observable
Lists all recurrences.
Parameters:
Returns:
Throws:
listWithServiceResponseAsync
public Observable
Lists all recurrences.
Parameters:
Returns:
Throws:
listWithServiceResponseAsync
public Observable
Lists all recurrences.
Parameters:
Returns:
Throws:
Applies to
Azure SDK for Java