Package | Description |
---|---|
com.microsoft.azure |
The package contains the runtime classes required for AutoRest generated
Azure clients to compile and function.
|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
com.microsoft.azure.management.datalake.analytics |
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
|
com.microsoft.azure.management.datalake.store |
This package contains the classes for DataLakeStoreAccountManagementClient.
|
com.microsoft.azure.management.resources.fluentcore.collection |
This package contains the base class for resource collections.
|
Modifier and Type | Method and Description |
---|---|
Page<E> |
PagedList.currentPage()
Gets the latest page fetched.
|
abstract Page<E> |
PagedList.nextPage(String nextPageLink)
Override this method to load the next page of items from a next page link.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PagedList.setCurrentPage(Page<E> currentPage)
Sets the current page.
|
Modifier and Type | Method and Description |
---|---|
static <E,V> ServiceFuture<List<E>> |
AzureServiceFuture.fromHeaderPageResponse(rx.Observable<ServiceResponseWithHeaders<Page<E>,V>> first,
rx.functions.Func1<String,rx.Observable<ServiceResponseWithHeaders<Page<E>,V>>> next,
ListOperationCallback<E> callback)
Creates a ServiceCall from a paging operation that returns a header response.
|
static <E,V> ServiceFuture<List<E>> |
AzureServiceFuture.fromHeaderPageResponse(rx.Observable<ServiceResponseWithHeaders<Page<E>,V>> first,
rx.functions.Func1<String,rx.Observable<ServiceResponseWithHeaders<Page<E>,V>>> next,
ListOperationCallback<E> callback)
Creates a ServiceCall from a paging operation that returns a header response.
|
static <E> ServiceFuture<List<E>> |
AzureServiceFuture.fromPageResponse(rx.Observable<ServiceResponse<Page<E>>> first,
rx.functions.Func1<String,rx.Observable<ServiceResponse<Page<E>>>> next,
ListOperationCallback<E> callback)
Creates a ServiceCall from a paging operation.
|
static <E> ServiceFuture<List<E>> |
AzureServiceFuture.fromPageResponse(rx.Observable<ServiceResponse<Page<E>>> first,
rx.functions.Func1<String,rx.Observable<ServiceResponse<Page<E>>>> next,
ListOperationCallback<E> callback)
Creates a ServiceCall from a paging operation.
|
Constructor and Description |
---|
PagedList(Page<E> page)
Creates an instance of PagedList from a
Page response. |
Modifier and Type | Method and Description |
---|---|
rx.Observable<Page<Certificate>> |
Certificates.listAsync()
Lists all of the certificates that have been added to the specified account.
|
rx.Observable<Page<CloudJob>> |
Jobs.listAsync()
Lists all of the jobs in the specified account.
|
rx.Observable<Page<ApplicationSummary>> |
Applications.listAsync()
Lists all of the applications available in the specified account.
|
rx.Observable<Page<CloudPool>> |
Pools.listAsync()
Lists all of the pools in the specified account.
|
rx.Observable<Page<CloudJobSchedule>> |
JobSchedules.listAsync()
Lists all of the job schedules in the specified account.
|
rx.Observable<Page<ApplicationSummary>> |
Applications.listAsync(ApplicationListOptions applicationListOptions)
Lists all of the applications available in the specified account.
|
rx.Observable<Page<Certificate>> |
Certificates.listAsync(CertificateListOptions certificateListOptions)
Lists all of the certificates that have been added to the specified account.
|
rx.Observable<Page<CloudJob>> |
Jobs.listAsync(JobListOptions jobListOptions)
Lists all of the jobs in the specified account.
|
rx.Observable<Page<CloudJobSchedule>> |
JobSchedules.listAsync(JobScheduleListOptions jobScheduleListOptions)
Lists all of the job schedules in the specified account.
|
rx.Observable<Page<CloudPool>> |
Pools.listAsync(PoolListOptions poolListOptions)
Lists all of the pools in the specified account.
|
rx.Observable<Page<ComputeNode>> |
ComputeNodes.listAsync(String poolId)
Lists the compute nodes in the specified pool.
|
rx.Observable<Page<CloudTask>> |
Tasks.listAsync(String jobId)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<Page<ComputeNode>> |
ComputeNodes.listAsync(String poolId,
ComputeNodeListOptions computeNodeListOptions)
Lists the compute nodes in the specified pool.
|
rx.Observable<Page<CloudTask>> |
Tasks.listAsync(String jobId,
TaskListOptions taskListOptions)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<Page<NodeFile>> |
Files.listFromComputeNodeAsync(String poolId,
String nodeId)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<Page<NodeFile>> |
Files.listFromComputeNodeAsync(String poolId,
String nodeId,
Boolean recursive,
FileListFromComputeNodeOptions fileListFromComputeNodeOptions)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<Page<NodeFile>> |
Files.listFromComputeNodeNextAsync(String nextPageLink)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<Page<NodeFile>> |
Files.listFromComputeNodeNextAsync(String nextPageLink,
FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> |
Files.listFromComputeNodeNextWithServiceResponseAsync(String nextPageLink)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> |
Files.listFromComputeNodeNextWithServiceResponseAsync(String nextPageLink,
FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> |
Files.listFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> |
Files.listFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
Boolean recursive,
FileListFromComputeNodeOptions fileListFromComputeNodeOptions)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<Page<CloudJob>> |
Jobs.listFromJobScheduleAsync(String jobScheduleId)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<Page<CloudJob>> |
Jobs.listFromJobScheduleAsync(String jobScheduleId,
JobListFromJobScheduleOptions jobListFromJobScheduleOptions)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<Page<CloudJob>> |
Jobs.listFromJobScheduleNextAsync(String nextPageLink)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<Page<CloudJob>> |
Jobs.listFromJobScheduleNextAsync(String nextPageLink,
JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListFromJobScheduleHeaders>> |
Jobs.listFromJobScheduleNextWithServiceResponseAsync(String nextPageLink)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListFromJobScheduleHeaders>> |
Jobs.listFromJobScheduleNextWithServiceResponseAsync(String nextPageLink,
JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListFromJobScheduleHeaders>> |
Jobs.listFromJobScheduleWithServiceResponseAsync(String jobScheduleId)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListFromJobScheduleHeaders>> |
Jobs.listFromJobScheduleWithServiceResponseAsync(String jobScheduleId,
JobListFromJobScheduleOptions jobListFromJobScheduleOptions)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<Page<NodeFile>> |
Files.listFromTaskAsync(String jobId,
String taskId)
Lists the files in a task's directory on its compute node.
|
rx.Observable<Page<NodeFile>> |
Files.listFromTaskAsync(String jobId,
String taskId,
Boolean recursive,
FileListFromTaskOptions fileListFromTaskOptions)
Lists the files in a task's directory on its compute node.
|
rx.Observable<Page<NodeFile>> |
Files.listFromTaskNextAsync(String nextPageLink)
Lists the files in a task's directory on its compute node.
|
rx.Observable<Page<NodeFile>> |
Files.listFromTaskNextAsync(String nextPageLink,
FileListFromTaskNextOptions fileListFromTaskNextOptions)
Lists the files in a task's directory on its compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> |
Files.listFromTaskNextWithServiceResponseAsync(String nextPageLink)
Lists the files in a task's directory on its compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> |
Files.listFromTaskNextWithServiceResponseAsync(String nextPageLink,
FileListFromTaskNextOptions fileListFromTaskNextOptions)
Lists the files in a task's directory on its compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> |
Files.listFromTaskWithServiceResponseAsync(String jobId,
String taskId)
Lists the files in a task's directory on its compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> |
Files.listFromTaskWithServiceResponseAsync(String jobId,
String taskId,
Boolean recursive,
FileListFromTaskOptions fileListFromTaskOptions)
Lists the files in a task's directory on its compute node.
|
rx.Observable<Page<ComputeNode>> |
ComputeNodes.listNextAsync(String nextPageLink)
Lists the compute nodes in the specified pool.
|
rx.Observable<Page<Certificate>> |
Certificates.listNextAsync(String nextPageLink)
Lists all of the certificates that have been added to the specified account.
|
rx.Observable<Page<CloudJob>> |
Jobs.listNextAsync(String nextPageLink)
Lists all of the jobs in the specified account.
|
rx.Observable<Page<ApplicationSummary>> |
Applications.listNextAsync(String nextPageLink)
Lists all of the applications available in the specified account.
|
rx.Observable<Page<CloudPool>> |
Pools.listNextAsync(String nextPageLink)
Lists all of the pools in the specified account.
|
rx.Observable<Page<CloudTask>> |
Tasks.listNextAsync(String nextPageLink)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<Page<CloudJobSchedule>> |
JobSchedules.listNextAsync(String nextPageLink)
Lists all of the job schedules in the specified account.
|
rx.Observable<Page<ApplicationSummary>> |
Applications.listNextAsync(String nextPageLink,
ApplicationListNextOptions applicationListNextOptions)
Lists all of the applications available in the specified account.
|
rx.Observable<Page<Certificate>> |
Certificates.listNextAsync(String nextPageLink,
CertificateListNextOptions certificateListNextOptions)
Lists all of the certificates that have been added to the specified account.
|
rx.Observable<Page<ComputeNode>> |
ComputeNodes.listNextAsync(String nextPageLink,
ComputeNodeListNextOptions computeNodeListNextOptions)
Lists the compute nodes in the specified pool.
|
rx.Observable<Page<CloudJob>> |
Jobs.listNextAsync(String nextPageLink,
JobListNextOptions jobListNextOptions)
Lists all of the jobs in the specified account.
|
rx.Observable<Page<CloudJobSchedule>> |
JobSchedules.listNextAsync(String nextPageLink,
JobScheduleListNextOptions jobScheduleListNextOptions)
Lists all of the job schedules in the specified account.
|
rx.Observable<Page<CloudPool>> |
Pools.listNextAsync(String nextPageLink,
PoolListNextOptions poolListNextOptions)
Lists all of the pools in the specified account.
|
rx.Observable<Page<CloudTask>> |
Tasks.listNextAsync(String nextPageLink,
TaskListNextOptions taskListNextOptions)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Page<ComputeNode>,ComputeNodeListHeaders>> |
ComputeNodes.listNextWithServiceResponseAsync(String nextPageLink)
Lists the compute nodes in the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Page<Certificate>,CertificateListHeaders>> |
Certificates.listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the certificates that have been added to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> |
Jobs.listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> |
Applications.listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the applications available in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudPool>,PoolListHeaders>> |
Pools.listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the pools in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudTask>,TaskListHeaders>> |
Tasks.listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> |
JobSchedules.listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the job schedules in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> |
Applications.listNextWithServiceResponseAsync(String nextPageLink,
ApplicationListNextOptions applicationListNextOptions)
Lists all of the applications available in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<Certificate>,CertificateListHeaders>> |
Certificates.listNextWithServiceResponseAsync(String nextPageLink,
CertificateListNextOptions certificateListNextOptions)
Lists all of the certificates that have been added to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ComputeNode>,ComputeNodeListHeaders>> |
ComputeNodes.listNextWithServiceResponseAsync(String nextPageLink,
ComputeNodeListNextOptions computeNodeListNextOptions)
Lists the compute nodes in the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> |
Jobs.listNextWithServiceResponseAsync(String nextPageLink,
JobListNextOptions jobListNextOptions)
Lists all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> |
JobSchedules.listNextWithServiceResponseAsync(String nextPageLink,
JobScheduleListNextOptions jobScheduleListNextOptions)
Lists all of the job schedules in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudPool>,PoolListHeaders>> |
Pools.listNextWithServiceResponseAsync(String nextPageLink,
PoolListNextOptions poolListNextOptions)
Lists all of the pools in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudTask>,TaskListHeaders>> |
Tasks.listNextWithServiceResponseAsync(String nextPageLink,
TaskListNextOptions taskListNextOptions)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<Page<NodeAgentSku>> |
Accounts.listNodeAgentSkusAsync()
Lists all node agent SKUs supported by the Azure Batch service.
|
rx.Observable<Page<NodeAgentSku>> |
Accounts.listNodeAgentSkusAsync(AccountListNodeAgentSkusOptions accountListNodeAgentSkusOptions)
Lists all node agent SKUs supported by the Azure Batch service.
|
rx.Observable<Page<NodeAgentSku>> |
Accounts.listNodeAgentSkusNextAsync(String nextPageLink)
Lists all node agent SKUs supported by the Azure Batch service.
|
rx.Observable<Page<NodeAgentSku>> |
Accounts.listNodeAgentSkusNextAsync(String nextPageLink,
AccountListNodeAgentSkusNextOptions accountListNodeAgentSkusNextOptions)
Lists all node agent SKUs supported by the Azure Batch service.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeAgentSku>,AccountListNodeAgentSkusHeaders>> |
Accounts.listNodeAgentSkusNextWithServiceResponseAsync(String nextPageLink)
Lists all node agent SKUs supported by the Azure Batch service.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeAgentSku>,AccountListNodeAgentSkusHeaders>> |
Accounts.listNodeAgentSkusNextWithServiceResponseAsync(String nextPageLink,
AccountListNodeAgentSkusNextOptions accountListNodeAgentSkusNextOptions)
Lists all node agent SKUs supported by the Azure Batch service.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeAgentSku>,AccountListNodeAgentSkusHeaders>> |
Accounts.listNodeAgentSkusWithServiceResponseAsync()
Lists all node agent SKUs supported by the Azure Batch service.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeAgentSku>,AccountListNodeAgentSkusHeaders>> |
Accounts.listNodeAgentSkusWithServiceResponseAsync(AccountListNodeAgentSkusOptions accountListNodeAgentSkusOptions)
Lists all node agent SKUs supported by the Azure Batch service.
|
rx.Observable<Page<JobPreparationAndReleaseTaskExecutionInformation>> |
Jobs.listPreparationAndReleaseTaskStatusAsync(String jobId)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<Page<JobPreparationAndReleaseTaskExecutionInformation>> |
Jobs.listPreparationAndReleaseTaskStatusAsync(String jobId,
JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<Page<JobPreparationAndReleaseTaskExecutionInformation>> |
Jobs.listPreparationAndReleaseTaskStatusNextAsync(String nextPageLink)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<Page<JobPreparationAndReleaseTaskExecutionInformation>> |
Jobs.listPreparationAndReleaseTaskStatusNextAsync(String nextPageLink,
JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<ServiceResponseWithHeaders<Page<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> |
Jobs.listPreparationAndReleaseTaskStatusNextWithServiceResponseAsync(String nextPageLink)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<ServiceResponseWithHeaders<Page<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> |
Jobs.listPreparationAndReleaseTaskStatusNextWithServiceResponseAsync(String nextPageLink,
JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<ServiceResponseWithHeaders<Page<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> |
Jobs.listPreparationAndReleaseTaskStatusWithServiceResponseAsync(String jobId)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<ServiceResponseWithHeaders<Page<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> |
Jobs.listPreparationAndReleaseTaskStatusWithServiceResponseAsync(String jobId,
JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<Page<PoolUsageMetrics>> |
Pools.listUsageMetricsAsync()
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
rx.Observable<Page<PoolUsageMetrics>> |
Pools.listUsageMetricsAsync(PoolListUsageMetricsOptions poolListUsageMetricsOptions)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
rx.Observable<Page<PoolUsageMetrics>> |
Pools.listUsageMetricsNextAsync(String nextPageLink)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
rx.Observable<Page<PoolUsageMetrics>> |
Pools.listUsageMetricsNextAsync(String nextPageLink,
PoolListUsageMetricsNextOptions poolListUsageMetricsNextOptions)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<PoolUsageMetrics>,PoolListUsageMetricsHeaders>> |
Pools.listUsageMetricsNextWithServiceResponseAsync(String nextPageLink)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<PoolUsageMetrics>,PoolListUsageMetricsHeaders>> |
Pools.listUsageMetricsNextWithServiceResponseAsync(String nextPageLink,
PoolListUsageMetricsNextOptions poolListUsageMetricsNextOptions)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<PoolUsageMetrics>,PoolListUsageMetricsHeaders>> |
Pools.listUsageMetricsWithServiceResponseAsync()
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<PoolUsageMetrics>,PoolListUsageMetricsHeaders>> |
Pools.listUsageMetricsWithServiceResponseAsync(PoolListUsageMetricsOptions poolListUsageMetricsOptions)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<Certificate>,CertificateListHeaders>> |
Certificates.listWithServiceResponseAsync()
Lists all of the certificates that have been added to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> |
Jobs.listWithServiceResponseAsync()
Lists all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> |
Applications.listWithServiceResponseAsync()
Lists all of the applications available in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudPool>,PoolListHeaders>> |
Pools.listWithServiceResponseAsync()
Lists all of the pools in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> |
JobSchedules.listWithServiceResponseAsync()
Lists all of the job schedules in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> |
Applications.listWithServiceResponseAsync(ApplicationListOptions applicationListOptions)
Lists all of the applications available in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<Certificate>,CertificateListHeaders>> |
Certificates.listWithServiceResponseAsync(CertificateListOptions certificateListOptions)
Lists all of the certificates that have been added to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> |
Jobs.listWithServiceResponseAsync(JobListOptions jobListOptions)
Lists all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> |
JobSchedules.listWithServiceResponseAsync(JobScheduleListOptions jobScheduleListOptions)
Lists all of the job schedules in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudPool>,PoolListHeaders>> |
Pools.listWithServiceResponseAsync(PoolListOptions poolListOptions)
Lists all of the pools in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ComputeNode>,ComputeNodeListHeaders>> |
ComputeNodes.listWithServiceResponseAsync(String poolId)
Lists the compute nodes in the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudTask>,TaskListHeaders>> |
Tasks.listWithServiceResponseAsync(String jobId)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Page<ComputeNode>,ComputeNodeListHeaders>> |
ComputeNodes.listWithServiceResponseAsync(String poolId,
ComputeNodeListOptions computeNodeListOptions)
Lists the compute nodes in the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudTask>,TaskListHeaders>> |
Tasks.listWithServiceResponseAsync(String jobId,
TaskListOptions taskListOptions)
Lists all of the tasks that are associated with the specified job.
|
Modifier and Type | Class and Description |
---|---|
class |
PageImpl<T>
An instance of this class defines a page of Azure resources and a link to
get the next page of resources, if any.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<Page<Acl>> |
Catalogs.listAclsAsync(String accountName)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
rx.Observable<Page<Acl>> |
Catalogs.listAclsAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
rx.Observable<Page<Acl>> |
Catalogs.listAclsByDatabaseAsync(String accountName,
String databaseName)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
rx.Observable<Page<Acl>> |
Catalogs.listAclsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
rx.Observable<Page<Acl>> |
Catalogs.listAclsByDatabaseNextAsync(String nextPageLink)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<Acl>>> |
Catalogs.listAclsByDatabaseNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<Acl>>> |
Catalogs.listAclsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<Acl>>> |
Catalogs.listAclsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
rx.Observable<Page<Acl>> |
Catalogs.listAclsNextAsync(String nextPageLink)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<Acl>>> |
Catalogs.listAclsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<Acl>>> |
Catalogs.listAclsWithServiceResponseAsync(String accountName)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<Acl>>> |
Catalogs.listAclsWithServiceResponseAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlAssemblyClr>> |
Catalogs.listAssembliesAsync(String accountName,
String databaseName)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlAssemblyClr>> |
Catalogs.listAssembliesAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlAssemblyClr>> |
Catalogs.listAssembliesNextAsync(String nextPageLink)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlAssemblyClr>>> |
Catalogs.listAssembliesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlAssemblyClr>>> |
Catalogs.listAssembliesWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlAssemblyClr>>> |
Catalogs.listAssembliesWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
rx.Observable<Page<DataLakeAnalyticsAccountBasic>> |
Accounts.listAsync()
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.
|
rx.Observable<Page<JobPipelineInformation>> |
Pipelines.listAsync(String accountName)
Lists all pipelines.
|
rx.Observable<Page<JobInformationBasic>> |
Jobs.listAsync(String accountName)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<Page<JobRecurrenceInformation>> |
Recurrences.listAsync(String accountName)
Lists all recurrences.
|
rx.Observable<Page<JobPipelineInformation>> |
Pipelines.listAsync(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Lists all pipelines.
|
rx.Observable<Page<JobRecurrenceInformation>> |
Recurrences.listAsync(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Lists all recurrences.
|
rx.Observable<Page<DataLakeAnalyticsAccountBasic>> |
Accounts.listAsync(String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.
|
rx.Observable<Page<JobInformationBasic>> |
Jobs.listAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<Page<StorageAccountInformation>> |
StorageAccounts.listByAccountAsync(String resourceGroupName,
String accountName)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
rx.Observable<Page<ComputePolicy>> |
ComputePolicies.listByAccountAsync(String resourceGroupName,
String accountName)
Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.
|
rx.Observable<Page<FirewallRule>> |
FirewallRules.listByAccountAsync(String resourceGroupName,
String accountName)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
rx.Observable<Page<DataLakeStoreAccountInformation>> |
DataLakeStoreAccounts.listByAccountAsync(String resourceGroupName,
String accountName)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
rx.Observable<Page<StorageAccountInformation>> |
StorageAccounts.listByAccountAsync(String resourceGroupName,
String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
rx.Observable<Page<DataLakeStoreAccountInformation>> |
DataLakeStoreAccounts.listByAccountAsync(String resourceGroupName,
String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
rx.Observable<Page<StorageAccountInformation>> |
StorageAccounts.listByAccountNextAsync(String nextPageLink)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
rx.Observable<Page<ComputePolicy>> |
ComputePolicies.listByAccountNextAsync(String nextPageLink)
Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.
|
rx.Observable<Page<FirewallRule>> |
FirewallRules.listByAccountNextAsync(String nextPageLink)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
rx.Observable<Page<DataLakeStoreAccountInformation>> |
DataLakeStoreAccounts.listByAccountNextAsync(String nextPageLink)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<StorageAccountInformation>>> |
StorageAccounts.listByAccountNextWithServiceResponseAsync(String nextPageLink)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<ComputePolicy>>> |
ComputePolicies.listByAccountNextWithServiceResponseAsync(String nextPageLink)
Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<FirewallRule>>> |
FirewallRules.listByAccountNextWithServiceResponseAsync(String nextPageLink)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountInformation>>> |
DataLakeStoreAccounts.listByAccountNextWithServiceResponseAsync(String nextPageLink)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<StorageAccountInformation>>> |
StorageAccounts.listByAccountWithServiceResponseAsync(String resourceGroupName,
String accountName)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<ComputePolicy>>> |
ComputePolicies.listByAccountWithServiceResponseAsync(String resourceGroupName,
String accountName)
Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<FirewallRule>>> |
FirewallRules.listByAccountWithServiceResponseAsync(String resourceGroupName,
String accountName)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountInformation>>> |
DataLakeStoreAccounts.listByAccountWithServiceResponseAsync(String resourceGroupName,
String accountName)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<StorageAccountInformation>>> |
StorageAccounts.listByAccountWithServiceResponseAsync(String resourceGroupName,
String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountInformation>>> |
DataLakeStoreAccounts.listByAccountWithServiceResponseAsync(String resourceGroupName,
String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
rx.Observable<Page<DataLakeAnalyticsAccountBasic>> |
Accounts.listByResourceGroupAsync(String resourceGroupName)
Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.
|
rx.Observable<Page<DataLakeAnalyticsAccountBasic>> |
Accounts.listByResourceGroupAsync(String resourceGroupName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.
|
rx.Observable<Page<DataLakeAnalyticsAccountBasic>> |
Accounts.listByResourceGroupNextAsync(String nextPageLink)
Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.
|
rx.Observable<ServiceResponse<Page<DataLakeAnalyticsAccountBasic>>> |
Accounts.listByResourceGroupNextWithServiceResponseAsync(String nextPageLink)
Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.
|
rx.Observable<ServiceResponse<Page<DataLakeAnalyticsAccountBasic>>> |
Accounts.listByResourceGroupWithServiceResponseAsync(String resourceGroupName)
Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.
|
rx.Observable<ServiceResponse<Page<DataLakeAnalyticsAccountBasic>>> |
Accounts.listByResourceGroupWithServiceResponseAsync(String resourceGroupName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.
|
rx.Observable<Page<USqlCredential>> |
Catalogs.listCredentialsAsync(String accountName,
String databaseName)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlCredential>> |
Catalogs.listCredentialsAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlCredential>> |
Catalogs.listCredentialsNextAsync(String nextPageLink)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlCredential>>> |
Catalogs.listCredentialsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlCredential>>> |
Catalogs.listCredentialsWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlCredential>>> |
Catalogs.listCredentialsWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlDatabase>> |
Catalogs.listDatabasesAsync(String accountName)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlDatabase>> |
Catalogs.listDatabasesAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlDatabase>> |
Catalogs.listDatabasesNextAsync(String nextPageLink)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlDatabase>>> |
Catalogs.listDatabasesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlDatabase>>> |
Catalogs.listDatabasesWithServiceResponseAsync(String accountName)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlDatabase>>> |
Catalogs.listDatabasesWithServiceResponseAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlExternalDataSource>> |
Catalogs.listExternalDataSourcesAsync(String accountName,
String databaseName)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlExternalDataSource>> |
Catalogs.listExternalDataSourcesAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlExternalDataSource>> |
Catalogs.listExternalDataSourcesNextAsync(String nextPageLink)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlExternalDataSource>>> |
Catalogs.listExternalDataSourcesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlExternalDataSource>>> |
Catalogs.listExternalDataSourcesWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlExternalDataSource>>> |
Catalogs.listExternalDataSourcesWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
rx.Observable<Page<JobPipelineInformation>> |
Pipelines.listNextAsync(String nextPageLink)
Lists all pipelines.
|
rx.Observable<Page<JobInformationBasic>> |
Jobs.listNextAsync(String nextPageLink)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<Page<JobRecurrenceInformation>> |
Recurrences.listNextAsync(String nextPageLink)
Lists all recurrences.
|
rx.Observable<Page<DataLakeAnalyticsAccountBasic>> |
Accounts.listNextAsync(String nextPageLink)
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.
|
rx.Observable<ServiceResponse<Page<JobPipelineInformation>>> |
Pipelines.listNextWithServiceResponseAsync(String nextPageLink)
Lists all pipelines.
|
rx.Observable<ServiceResponse<Page<JobInformationBasic>>> |
Jobs.listNextWithServiceResponseAsync(String nextPageLink)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<JobRecurrenceInformation>>> |
Recurrences.listNextWithServiceResponseAsync(String nextPageLink)
Lists all recurrences.
|
rx.Observable<ServiceResponse<Page<DataLakeAnalyticsAccountBasic>>> |
Accounts.listNextWithServiceResponseAsync(String nextPageLink)
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.
|
rx.Observable<Page<USqlPackage>> |
Catalogs.listPackagesAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlPackage>> |
Catalogs.listPackagesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlPackage>> |
Catalogs.listPackagesNextAsync(String nextPageLink)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlPackage>>> |
Catalogs.listPackagesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlPackage>>> |
Catalogs.listPackagesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlPackage>>> |
Catalogs.listPackagesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlProcedure>> |
Catalogs.listProceduresAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlProcedure>> |
Catalogs.listProceduresAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlProcedure>> |
Catalogs.listProceduresNextAsync(String nextPageLink)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlProcedure>>> |
Catalogs.listProceduresNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlProcedure>>> |
Catalogs.listProceduresWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlProcedure>>> |
Catalogs.listProceduresWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
rx.Observable<Page<SasTokenInformation>> |
StorageAccounts.listSasTokensAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
rx.Observable<Page<SasTokenInformation>> |
StorageAccounts.listSasTokensNextAsync(String nextPageLink)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
rx.Observable<ServiceResponse<Page<SasTokenInformation>>> |
StorageAccounts.listSasTokensNextWithServiceResponseAsync(String nextPageLink)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
rx.Observable<ServiceResponse<Page<SasTokenInformation>>> |
StorageAccounts.listSasTokensWithServiceResponseAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
rx.Observable<Page<USqlSchema>> |
Catalogs.listSchemasAsync(String accountName,
String databaseName)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlSchema>> |
Catalogs.listSchemasAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlSchema>> |
Catalogs.listSchemasNextAsync(String nextPageLink)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlSchema>>> |
Catalogs.listSchemasNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlSchema>>> |
Catalogs.listSchemasWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlSchema>>> |
Catalogs.listSchemasWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
rx.Observable<Page<StorageContainer>> |
StorageAccounts.listStorageContainersAsync(String resourceGroupName,
String accountName,
String storageAccountName)
Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination.
|
rx.Observable<Page<StorageContainer>> |
StorageAccounts.listStorageContainersNextAsync(String nextPageLink)
Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination.
|
rx.Observable<ServiceResponse<Page<StorageContainer>>> |
StorageAccounts.listStorageContainersNextWithServiceResponseAsync(String nextPageLink)
Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination.
|
rx.Observable<ServiceResponse<Page<StorageContainer>>> |
StorageAccounts.listStorageContainersWithServiceResponseAsync(String resourceGroupName,
String accountName,
String storageAccountName)
Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination.
|
rx.Observable<Page<USqlTableFragment>> |
Catalogs.listTableFragmentsAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableFragment>> |
Catalogs.listTableFragmentsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableFragment>> |
Catalogs.listTableFragmentsNextAsync(String nextPageLink)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableFragment>>> |
Catalogs.listTableFragmentsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableFragment>>> |
Catalogs.listTableFragmentsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableFragment>>> |
Catalogs.listTableFragmentsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTablePartition>> |
Catalogs.listTablePartitionsAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTablePartition>> |
Catalogs.listTablePartitionsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTablePartition>> |
Catalogs.listTablePartitionsNextAsync(String nextPageLink)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTablePartition>>> |
Catalogs.listTablePartitionsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTablePartition>>> |
Catalogs.listTablePartitionsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTablePartition>>> |
Catalogs.listTablePartitionsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTable>> |
Catalogs.listTablesAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTable>> |
Catalogs.listTablesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTable>> |
Catalogs.listTablesByDatabaseAsync(String accountName,
String databaseName)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTable>> |
Catalogs.listTablesByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTable>> |
Catalogs.listTablesByDatabaseNextAsync(String nextPageLink)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTable>>> |
Catalogs.listTablesByDatabaseNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTable>>> |
Catalogs.listTablesByDatabaseWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTable>>> |
Catalogs.listTablesByDatabaseWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTable>> |
Catalogs.listTablesNextAsync(String nextPageLink)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTable>>> |
Catalogs.listTablesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
Catalogs.listTableStatisticsAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
Catalogs.listTableStatisticsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaNextAsync(String nextPageLink)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAsync(String accountName,
String databaseName)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseNextAsync(String nextPageLink)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
Catalogs.listTableStatisticsByDatabaseNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
Catalogs.listTableStatisticsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
Catalogs.listTableStatisticsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
Catalogs.listTableStatisticsNextAsync(String nextPageLink)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
Catalogs.listTableStatisticsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
Catalogs.listTableStatisticsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
Catalogs.listTableStatisticsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTable>>> |
Catalogs.listTablesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTable>>> |
Catalogs.listTablesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableType>> |
Catalogs.listTableTypesAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableType>> |
Catalogs.listTableTypesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableType>> |
Catalogs.listTableTypesNextAsync(String nextPageLink)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableType>>> |
Catalogs.listTableTypesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableType>>> |
Catalogs.listTableTypesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableType>>> |
Catalogs.listTableTypesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsByDatabaseAsync(String accountName,
String databaseName)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsByDatabaseNextAsync(String nextPageLink)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> |
Catalogs.listTableValuedFunctionsByDatabaseNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> |
Catalogs.listTableValuedFunctionsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> |
Catalogs.listTableValuedFunctionsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsNextAsync(String nextPageLink)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> |
Catalogs.listTableValuedFunctionsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> |
Catalogs.listTableValuedFunctionsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> |
Catalogs.listTableValuedFunctionsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlType>> |
Catalogs.listTypesAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlType>> |
Catalogs.listTypesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlType>> |
Catalogs.listTypesNextAsync(String nextPageLink)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlType>>> |
Catalogs.listTypesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlType>>> |
Catalogs.listTypesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlType>>> |
Catalogs.listTypesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlView>> |
Catalogs.listViewsAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlView>> |
Catalogs.listViewsAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlView>> |
Catalogs.listViewsByDatabaseAsync(String accountName,
String databaseName)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlView>> |
Catalogs.listViewsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlView>> |
Catalogs.listViewsByDatabaseNextAsync(String nextPageLink)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlView>>> |
Catalogs.listViewsByDatabaseNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlView>>> |
Catalogs.listViewsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlView>>> |
Catalogs.listViewsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlView>> |
Catalogs.listViewsNextAsync(String nextPageLink)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlView>>> |
Catalogs.listViewsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlView>>> |
Catalogs.listViewsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlView>>> |
Catalogs.listViewsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<DataLakeAnalyticsAccountBasic>>> |
Accounts.listWithServiceResponseAsync()
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.
|
rx.Observable<ServiceResponse<Page<JobPipelineInformation>>> |
Pipelines.listWithServiceResponseAsync(String accountName)
Lists all pipelines.
|
rx.Observable<ServiceResponse<Page<JobInformationBasic>>> |
Jobs.listWithServiceResponseAsync(String accountName)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<JobRecurrenceInformation>>> |
Recurrences.listWithServiceResponseAsync(String accountName)
Lists all recurrences.
|
rx.Observable<ServiceResponse<Page<JobPipelineInformation>>> |
Pipelines.listWithServiceResponseAsync(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Lists all pipelines.
|
rx.Observable<ServiceResponse<Page<JobRecurrenceInformation>>> |
Recurrences.listWithServiceResponseAsync(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Lists all recurrences.
|
rx.Observable<ServiceResponse<Page<DataLakeAnalyticsAccountBasic>>> |
Accounts.listWithServiceResponseAsync(String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.
|
rx.Observable<ServiceResponse<Page<JobInformationBasic>>> |
Jobs.listWithServiceResponseAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<Page<DataLakeStoreAccountBasic>> |
Accounts.listAsync()
Lists the Data Lake Store accounts within the subscription.
|
rx.Observable<Page<DataLakeStoreAccountBasic>> |
Accounts.listAsync(String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the Data Lake Store accounts within the subscription.
|
rx.Observable<Page<TrustedIdProvider>> |
TrustedIdProviders.listByAccountAsync(String resourceGroupName,
String accountName)
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
|
rx.Observable<Page<FirewallRule>> |
FirewallRules.listByAccountAsync(String resourceGroupName,
String accountName)
Lists the Data Lake Store firewall rules within the specified Data Lake Store account.
|
rx.Observable<Page<TrustedIdProvider>> |
TrustedIdProviders.listByAccountNextAsync(String nextPageLink)
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
|
rx.Observable<Page<FirewallRule>> |
FirewallRules.listByAccountNextAsync(String nextPageLink)
Lists the Data Lake Store firewall rules within the specified Data Lake Store account.
|
rx.Observable<ServiceResponse<Page<TrustedIdProvider>>> |
TrustedIdProviders.listByAccountNextWithServiceResponseAsync(String nextPageLink)
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
|
rx.Observable<ServiceResponse<Page<FirewallRule>>> |
FirewallRules.listByAccountNextWithServiceResponseAsync(String nextPageLink)
Lists the Data Lake Store firewall rules within the specified Data Lake Store account.
|
rx.Observable<ServiceResponse<Page<TrustedIdProvider>>> |
TrustedIdProviders.listByAccountWithServiceResponseAsync(String resourceGroupName,
String accountName)
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
|
rx.Observable<ServiceResponse<Page<FirewallRule>>> |
FirewallRules.listByAccountWithServiceResponseAsync(String resourceGroupName,
String accountName)
Lists the Data Lake Store firewall rules within the specified Data Lake Store account.
|
rx.Observable<Page<DataLakeStoreAccountBasic>> |
Accounts.listByResourceGroupAsync(String resourceGroupName)
Lists the Data Lake Store accounts within a specific resource group.
|
rx.Observable<Page<DataLakeStoreAccountBasic>> |
Accounts.listByResourceGroupAsync(String resourceGroupName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the Data Lake Store accounts within a specific resource group.
|
rx.Observable<Page<DataLakeStoreAccountBasic>> |
Accounts.listByResourceGroupNextAsync(String nextPageLink)
Lists the Data Lake Store accounts within a specific resource group.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> |
Accounts.listByResourceGroupNextWithServiceResponseAsync(String nextPageLink)
Lists the Data Lake Store accounts within a specific resource group.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> |
Accounts.listByResourceGroupWithServiceResponseAsync(String resourceGroupName)
Lists the Data Lake Store accounts within a specific resource group.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> |
Accounts.listByResourceGroupWithServiceResponseAsync(String resourceGroupName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the Data Lake Store accounts within a specific resource group.
|
rx.Observable<Page<DataLakeStoreAccountBasic>> |
Accounts.listNextAsync(String nextPageLink)
Lists the Data Lake Store accounts within the subscription.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> |
Accounts.listNextWithServiceResponseAsync(String nextPageLink)
Lists the Data Lake Store accounts within the subscription.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> |
Accounts.listWithServiceResponseAsync()
Lists the Data Lake Store accounts within the subscription.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> |
Accounts.listWithServiceResponseAsync(String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the Data Lake Store accounts within the subscription.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<Page<InnerT>> |
InnerSupportsListing.listAsync()
Returns the observable for the page list of all resources of specific type in subscription.
|
rx.Observable<Page<InnerT>> |
InnerSupportsListing.listByResourceGroupAsync(String resourceGroup)
Returns the observable for the page list of all resources of specific type in specified resource group.
|
Copyright © 2019. All rights reserved.