| Package | Description |
|---|---|
| com.microsoft.azure.management.datalake.analytics |
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
JobRecurrenceInformation |
Recurrences.get(String accountName,
UUID recurrenceIdentity)
Gets the recurrence information for the specified recurrence ID.
|
JobRecurrenceInformation |
Recurrences.get(String accountName,
UUID recurrenceIdentity,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Gets the recurrence information for the specified recurrence ID.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<JobRecurrenceInformation> |
Recurrences.getAsync(String accountName,
UUID recurrenceIdentity)
Gets the recurrence information for the specified recurrence ID.
|
rx.Observable<JobRecurrenceInformation> |
Recurrences.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> |
Recurrences.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.
|
com.microsoft.rest.ServiceFuture<JobRecurrenceInformation> |
Recurrences.getAsync(String accountName,
UUID recurrenceIdentity,
com.microsoft.rest.ServiceCallback<JobRecurrenceInformation> serviceCallback)
Gets the recurrence information for the specified recurrence ID.
|
rx.Observable<com.microsoft.rest.ServiceResponse<JobRecurrenceInformation>> |
Recurrences.getWithServiceResponseAsync(String accountName,
UUID recurrenceIdentity)
Gets the recurrence information for the specified recurrence ID.
|
rx.Observable<com.microsoft.rest.ServiceResponse<JobRecurrenceInformation>> |
Recurrences.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> |
Recurrences.list(String accountName)
Lists all recurrences.
|
com.microsoft.azure.PagedList<JobRecurrenceInformation> |
Recurrences.list(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Lists all recurrences.
|
rx.Observable<com.microsoft.azure.Page<JobRecurrenceInformation>> |
Recurrences.listAsync(String accountName)
Lists all recurrences.
|
rx.Observable<com.microsoft.azure.Page<JobRecurrenceInformation>> |
Recurrences.listAsync(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Lists all recurrences.
|
com.microsoft.rest.ServiceFuture<List<JobRecurrenceInformation>> |
Recurrences.listAsync(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime,
com.microsoft.azure.ListOperationCallback<JobRecurrenceInformation> serviceCallback)
Lists all recurrences.
|
com.microsoft.rest.ServiceFuture<List<JobRecurrenceInformation>> |
Recurrences.listAsync(String accountName,
com.microsoft.azure.ListOperationCallback<JobRecurrenceInformation> serviceCallback)
Lists all recurrences.
|
com.microsoft.azure.PagedList<JobRecurrenceInformation> |
Recurrences.listNext(String nextPageLink)
Lists all recurrences.
|
rx.Observable<com.microsoft.azure.Page<JobRecurrenceInformation>> |
Recurrences.listNextAsync(String nextPageLink)
Lists all recurrences.
|
com.microsoft.rest.ServiceFuture<List<JobRecurrenceInformation>> |
Recurrences.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>>> |
Recurrences.listNextWithServiceResponseAsync(String nextPageLink)
Lists all recurrences.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobRecurrenceInformation>>> |
Recurrences.listWithServiceResponseAsync(String accountName)
Lists all recurrences.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobRecurrenceInformation>>> |
Recurrences.listWithServiceResponseAsync(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Lists all recurrences.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<JobRecurrenceInformation> |
Recurrences.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.
|
com.microsoft.rest.ServiceFuture<JobRecurrenceInformation> |
Recurrences.getAsync(String accountName,
UUID recurrenceIdentity,
com.microsoft.rest.ServiceCallback<JobRecurrenceInformation> serviceCallback)
Gets the recurrence information for the specified recurrence ID.
|
com.microsoft.rest.ServiceFuture<List<JobRecurrenceInformation>> |
Recurrences.listAsync(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime,
com.microsoft.azure.ListOperationCallback<JobRecurrenceInformation> serviceCallback)
Lists all recurrences.
|
com.microsoft.rest.ServiceFuture<List<JobRecurrenceInformation>> |
Recurrences.listAsync(String accountName,
com.microsoft.azure.ListOperationCallback<JobRecurrenceInformation> serviceCallback)
Lists all recurrences.
|
com.microsoft.rest.ServiceFuture<List<JobRecurrenceInformation>> |
Recurrences.listNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<JobRecurrenceInformation>> serviceFuture,
com.microsoft.azure.ListOperationCallback<JobRecurrenceInformation> serviceCallback)
Lists all recurrences.
|
com.microsoft.rest.ServiceFuture<List<JobRecurrenceInformation>> |
Recurrences.listNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<JobRecurrenceInformation>> serviceFuture,
com.microsoft.azure.ListOperationCallback<JobRecurrenceInformation> serviceCallback)
Lists all recurrences.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/