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.management.datalake.analytics |
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
|
com.microsoft.azure.management.datalake.store |
This package contains the classes for DataLakeStoreAccountManagementClient.
|
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> 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.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<List<ApplicationSummary>> |
Applications.listAsync(ApplicationListOptions applicationListOptions,
ListOperationCallback<ApplicationSummary> serviceCallback)
Lists all of the applications available in the specified account.
|
ServiceFuture<List<Certificate>> |
Certificates.listAsync(CertificateListOptions certificateListOptions,
ListOperationCallback<Certificate> serviceCallback)
Lists all of the certificates that have been added to the specified account.
|
ServiceFuture<List<CloudJob>> |
Jobs.listAsync(JobListOptions jobListOptions,
ListOperationCallback<CloudJob> serviceCallback)
Lists all of the jobs in the specified account.
|
ServiceFuture<List<CloudJobSchedule>> |
JobSchedules.listAsync(JobScheduleListOptions jobScheduleListOptions,
ListOperationCallback<CloudJobSchedule> serviceCallback)
Lists all of the job schedules in the specified account.
|
ServiceFuture<List<ApplicationSummary>> |
Applications.listAsync(ListOperationCallback<ApplicationSummary> serviceCallback)
Lists all of the applications available in the specified account.
|
ServiceFuture<List<Certificate>> |
Certificates.listAsync(ListOperationCallback<Certificate> serviceCallback)
Lists all of the certificates that have been added to the specified account.
|
ServiceFuture<List<CloudJob>> |
Jobs.listAsync(ListOperationCallback<CloudJob> serviceCallback)
Lists all of the jobs in the specified account.
|
ServiceFuture<List<CloudJobSchedule>> |
JobSchedules.listAsync(ListOperationCallback<CloudJobSchedule> serviceCallback)
Lists all of the job schedules in the specified account.
|
ServiceFuture<List<CloudPool>> |
Pools.listAsync(ListOperationCallback<CloudPool> serviceCallback)
Lists all of the pools in the specified account.
|
ServiceFuture<List<CloudPool>> |
Pools.listAsync(PoolListOptions poolListOptions,
ListOperationCallback<CloudPool> serviceCallback)
Lists all of the pools in the specified account.
|
ServiceFuture<List<ComputeNode>> |
ComputeNodes.listAsync(String poolId,
ComputeNodeListOptions computeNodeListOptions,
ListOperationCallback<ComputeNode> serviceCallback)
Lists the compute nodes in the specified pool.
|
ServiceFuture<List<CloudTask>> |
Tasks.listAsync(String jobId,
ListOperationCallback<CloudTask> serviceCallback)
Lists all of the tasks that are associated with the specified job.
|
ServiceFuture<List<ComputeNode>> |
ComputeNodes.listAsync(String poolId,
ListOperationCallback<ComputeNode> serviceCallback)
Lists the compute nodes in the specified pool.
|
ServiceFuture<List<CloudTask>> |
Tasks.listAsync(String jobId,
TaskListOptions taskListOptions,
ListOperationCallback<CloudTask> serviceCallback)
Lists all of the tasks that are associated with the specified job.
|
ServiceFuture<List<NodeFile>> |
Files.listFromComputeNodeAsync(String poolId,
String nodeId,
Boolean recursive,
FileListFromComputeNodeOptions fileListFromComputeNodeOptions,
ListOperationCallback<NodeFile> serviceCallback)
Lists all of the files in task directories on the specified compute node.
|
ServiceFuture<List<NodeFile>> |
Files.listFromComputeNodeAsync(String poolId,
String nodeId,
ListOperationCallback<NodeFile> serviceCallback)
Lists all of the files in task directories on the specified compute node.
|
ServiceFuture<List<NodeFile>> |
Files.listFromComputeNodeNextAsync(String nextPageLink,
FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions,
ServiceFuture<List<NodeFile>> serviceFuture,
ListOperationCallback<NodeFile> serviceCallback)
Lists all of the files in task directories on the specified compute node.
|
ServiceFuture<List<NodeFile>> |
Files.listFromComputeNodeNextAsync(String nextPageLink,
ServiceFuture<List<NodeFile>> serviceFuture,
ListOperationCallback<NodeFile> serviceCallback)
Lists all of the files in task directories on the specified compute node.
|
ServiceFuture<List<CloudJob>> |
Jobs.listFromJobScheduleAsync(String jobScheduleId,
JobListFromJobScheduleOptions jobListFromJobScheduleOptions,
ListOperationCallback<CloudJob> serviceCallback)
Lists the jobs that have been created under the specified job schedule.
|
ServiceFuture<List<CloudJob>> |
Jobs.listFromJobScheduleAsync(String jobScheduleId,
ListOperationCallback<CloudJob> serviceCallback)
Lists the jobs that have been created under the specified job schedule.
|
ServiceFuture<List<CloudJob>> |
Jobs.listFromJobScheduleNextAsync(String nextPageLink,
JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists the jobs that have been created under the specified job schedule.
|
ServiceFuture<List<CloudJob>> |
Jobs.listFromJobScheduleNextAsync(String nextPageLink,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists the jobs that have been created under the specified job schedule.
|
ServiceFuture<List<NodeFile>> |
Files.listFromTaskAsync(String jobId,
String taskId,
Boolean recursive,
FileListFromTaskOptions fileListFromTaskOptions,
ListOperationCallback<NodeFile> serviceCallback)
Lists the files in a task's directory on its compute node.
|
ServiceFuture<List<NodeFile>> |
Files.listFromTaskAsync(String jobId,
String taskId,
ListOperationCallback<NodeFile> serviceCallback)
Lists the files in a task's directory on its compute node.
|
ServiceFuture<List<NodeFile>> |
Files.listFromTaskNextAsync(String nextPageLink,
FileListFromTaskNextOptions fileListFromTaskNextOptions,
ServiceFuture<List<NodeFile>> serviceFuture,
ListOperationCallback<NodeFile> serviceCallback)
Lists the files in a task's directory on its compute node.
|
ServiceFuture<List<NodeFile>> |
Files.listFromTaskNextAsync(String nextPageLink,
ServiceFuture<List<NodeFile>> serviceFuture,
ListOperationCallback<NodeFile> serviceCallback)
Lists the files in a task's directory on its compute node.
|
ServiceFuture<List<ApplicationSummary>> |
Applications.listNextAsync(String nextPageLink,
ApplicationListNextOptions applicationListNextOptions,
ServiceFuture<List<ApplicationSummary>> serviceFuture,
ListOperationCallback<ApplicationSummary> serviceCallback)
Lists all of the applications available in the specified account.
|
ServiceFuture<List<Certificate>> |
Certificates.listNextAsync(String nextPageLink,
CertificateListNextOptions certificateListNextOptions,
ServiceFuture<List<Certificate>> serviceFuture,
ListOperationCallback<Certificate> serviceCallback)
Lists all of the certificates that have been added to the specified account.
|
ServiceFuture<List<ComputeNode>> |
ComputeNodes.listNextAsync(String nextPageLink,
ComputeNodeListNextOptions computeNodeListNextOptions,
ServiceFuture<List<ComputeNode>> serviceFuture,
ListOperationCallback<ComputeNode> serviceCallback)
Lists the compute nodes in the specified pool.
|
ServiceFuture<List<CloudJob>> |
Jobs.listNextAsync(String nextPageLink,
JobListNextOptions jobListNextOptions,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists all of the jobs in the specified account.
|
ServiceFuture<List<CloudJobSchedule>> |
JobSchedules.listNextAsync(String nextPageLink,
JobScheduleListNextOptions jobScheduleListNextOptions,
ServiceFuture<List<CloudJobSchedule>> serviceFuture,
ListOperationCallback<CloudJobSchedule> serviceCallback)
Lists all of the job schedules in the specified account.
|
ServiceFuture<List<CloudPool>> |
Pools.listNextAsync(String nextPageLink,
PoolListNextOptions poolListNextOptions,
ServiceFuture<List<CloudPool>> serviceFuture,
ListOperationCallback<CloudPool> serviceCallback)
Lists all of the pools in the specified account.
|
ServiceFuture<List<ApplicationSummary>> |
Applications.listNextAsync(String nextPageLink,
ServiceFuture<List<ApplicationSummary>> serviceFuture,
ListOperationCallback<ApplicationSummary> serviceCallback)
Lists all of the applications available in the specified account.
|
ServiceFuture<List<Certificate>> |
Certificates.listNextAsync(String nextPageLink,
ServiceFuture<List<Certificate>> serviceFuture,
ListOperationCallback<Certificate> serviceCallback)
Lists all of the certificates that have been added to the specified account.
|
ServiceFuture<List<CloudJob>> |
Jobs.listNextAsync(String nextPageLink,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists all of the jobs in the specified account.
|
ServiceFuture<List<CloudJobSchedule>> |
JobSchedules.listNextAsync(String nextPageLink,
ServiceFuture<List<CloudJobSchedule>> serviceFuture,
ListOperationCallback<CloudJobSchedule> serviceCallback)
Lists all of the job schedules in the specified account.
|
ServiceFuture<List<CloudPool>> |
Pools.listNextAsync(String nextPageLink,
ServiceFuture<List<CloudPool>> serviceFuture,
ListOperationCallback<CloudPool> serviceCallback)
Lists all of the pools in the specified account.
|
ServiceFuture<List<CloudTask>> |
Tasks.listNextAsync(String nextPageLink,
ServiceFuture<List<CloudTask>> serviceFuture,
ListOperationCallback<CloudTask> serviceCallback)
Lists all of the tasks that are associated with the specified job.
|
ServiceFuture<List<ComputeNode>> |
ComputeNodes.listNextAsync(String nextPageLink,
ServiceFuture<List<ComputeNode>> serviceFuture,
ListOperationCallback<ComputeNode> serviceCallback)
Lists the compute nodes in the specified pool.
|
ServiceFuture<List<CloudTask>> |
Tasks.listNextAsync(String nextPageLink,
TaskListNextOptions taskListNextOptions,
ServiceFuture<List<CloudTask>> serviceFuture,
ListOperationCallback<CloudTask> serviceCallback)
Lists all of the tasks that are associated with the specified job.
|
ServiceFuture<List<NodeAgentSku>> |
Accounts.listNodeAgentSkusAsync(AccountListNodeAgentSkusOptions accountListNodeAgentSkusOptions,
ListOperationCallback<NodeAgentSku> serviceCallback)
Lists all node agent SKUs supported by the Azure Batch service.
|
ServiceFuture<List<NodeAgentSku>> |
Accounts.listNodeAgentSkusAsync(ListOperationCallback<NodeAgentSku> serviceCallback)
Lists all node agent SKUs supported by the Azure Batch service.
|
ServiceFuture<List<NodeAgentSku>> |
Accounts.listNodeAgentSkusNextAsync(String nextPageLink,
AccountListNodeAgentSkusNextOptions accountListNodeAgentSkusNextOptions,
ServiceFuture<List<NodeAgentSku>> serviceFuture,
ListOperationCallback<NodeAgentSku> serviceCallback)
Lists all node agent SKUs supported by the Azure Batch service.
|
ServiceFuture<List<NodeAgentSku>> |
Accounts.listNodeAgentSkusNextAsync(String nextPageLink,
ServiceFuture<List<NodeAgentSku>> serviceFuture,
ListOperationCallback<NodeAgentSku> serviceCallback)
Lists all node agent SKUs supported by the Azure Batch service.
|
ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> |
Jobs.listPreparationAndReleaseTaskStatusAsync(String jobId,
JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions,
ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation> serviceCallback)
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.
|
ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> |
Jobs.listPreparationAndReleaseTaskStatusAsync(String jobId,
ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation> serviceCallback)
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.
|
ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> |
Jobs.listPreparationAndReleaseTaskStatusNextAsync(String nextPageLink,
JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions,
ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> serviceFuture,
ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation> serviceCallback)
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.
|
ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> |
Jobs.listPreparationAndReleaseTaskStatusNextAsync(String nextPageLink,
ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> serviceFuture,
ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation> serviceCallback)
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.
|
ServiceFuture<List<PoolUsageMetrics>> |
Pools.listUsageMetricsAsync(ListOperationCallback<PoolUsageMetrics> serviceCallback)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
ServiceFuture<List<PoolUsageMetrics>> |
Pools.listUsageMetricsAsync(PoolListUsageMetricsOptions poolListUsageMetricsOptions,
ListOperationCallback<PoolUsageMetrics> serviceCallback)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
ServiceFuture<List<PoolUsageMetrics>> |
Pools.listUsageMetricsNextAsync(String nextPageLink,
PoolListUsageMetricsNextOptions poolListUsageMetricsNextOptions,
ServiceFuture<List<PoolUsageMetrics>> serviceFuture,
ListOperationCallback<PoolUsageMetrics> serviceCallback)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
ServiceFuture<List<PoolUsageMetrics>> |
Pools.listUsageMetricsNextAsync(String nextPageLink,
ServiceFuture<List<PoolUsageMetrics>> serviceFuture,
ListOperationCallback<PoolUsageMetrics> serviceCallback)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<List<Acl>> |
Catalogs.listAclsAsync(String accountName,
ListOperationCallback<Acl> serviceCallback)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
ServiceFuture<List<Acl>> |
Catalogs.listAclsAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<Acl> serviceCallback)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
ServiceFuture<List<Acl>> |
Catalogs.listAclsByDatabaseAsync(String accountName,
String databaseName,
ListOperationCallback<Acl> serviceCallback)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
ServiceFuture<List<Acl>> |
Catalogs.listAclsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<Acl> serviceCallback)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
ServiceFuture<List<Acl>> |
Catalogs.listAclsByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<Acl>> serviceFuture,
ListOperationCallback<Acl> serviceCallback)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
ServiceFuture<List<Acl>> |
Catalogs.listAclsNextAsync(String nextPageLink,
ServiceFuture<List<Acl>> serviceFuture,
ListOperationCallback<Acl> serviceCallback)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlAssemblyClr>> |
Catalogs.listAssembliesAsync(String accountName,
String databaseName,
ListOperationCallback<USqlAssemblyClr> serviceCallback)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlAssemblyClr>> |
Catalogs.listAssembliesAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlAssemblyClr> serviceCallback)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlAssemblyClr>> |
Catalogs.listAssembliesNextAsync(String nextPageLink,
ServiceFuture<List<USqlAssemblyClr>> serviceFuture,
ListOperationCallback<USqlAssemblyClr> serviceCallback)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
ServiceFuture<List<DataLakeAnalyticsAccountBasic>> |
Accounts.listAsync(ListOperationCallback<DataLakeAnalyticsAccountBasic> serviceCallback)
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.
|
ServiceFuture<List<JobPipelineInformation>> |
Pipelines.listAsync(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime,
ListOperationCallback<JobPipelineInformation> serviceCallback)
Lists all pipelines.
|
ServiceFuture<List<JobRecurrenceInformation>> |
Recurrences.listAsync(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime,
ListOperationCallback<JobRecurrenceInformation> serviceCallback)
Lists all recurrences.
|
ServiceFuture<List<DataLakeAnalyticsAccountBasic>> |
Accounts.listAsync(String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<DataLakeAnalyticsAccountBasic> serviceCallback)
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.
|
ServiceFuture<List<JobInformationBasic>> |
Jobs.listAsync(String accountName,
ListOperationCallback<JobInformationBasic> serviceCallback)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
ServiceFuture<List<JobPipelineInformation>> |
Pipelines.listAsync(String accountName,
ListOperationCallback<JobPipelineInformation> serviceCallback)
Lists all pipelines.
|
ServiceFuture<List<JobRecurrenceInformation>> |
Recurrences.listAsync(String accountName,
ListOperationCallback<JobRecurrenceInformation> serviceCallback)
Lists all recurrences.
|
ServiceFuture<List<JobInformationBasic>> |
Jobs.listAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<JobInformationBasic> serviceCallback)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
ServiceFuture<List<ComputePolicy>> |
ComputePolicies.listByAccountAsync(String resourceGroupName,
String accountName,
ListOperationCallback<ComputePolicy> serviceCallback)
Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.
|
ServiceFuture<List<DataLakeStoreAccountInformation>> |
DataLakeStoreAccounts.listByAccountAsync(String resourceGroupName,
String accountName,
ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
ServiceFuture<List<FirewallRule>> |
FirewallRules.listByAccountAsync(String resourceGroupName,
String accountName,
ListOperationCallback<FirewallRule> serviceCallback)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
ServiceFuture<List<StorageAccountInformation>> |
StorageAccounts.listByAccountAsync(String resourceGroupName,
String accountName,
ListOperationCallback<StorageAccountInformation> serviceCallback)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
ServiceFuture<List<DataLakeStoreAccountInformation>> |
DataLakeStoreAccounts.listByAccountAsync(String resourceGroupName,
String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
ServiceFuture<List<StorageAccountInformation>> |
StorageAccounts.listByAccountAsync(String resourceGroupName,
String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<StorageAccountInformation> serviceCallback)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
ServiceFuture<List<ComputePolicy>> |
ComputePolicies.listByAccountNextAsync(String nextPageLink,
ServiceFuture<List<ComputePolicy>> serviceFuture,
ListOperationCallback<ComputePolicy> serviceCallback)
Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.
|
ServiceFuture<List<DataLakeStoreAccountInformation>> |
DataLakeStoreAccounts.listByAccountNextAsync(String nextPageLink,
ServiceFuture<List<DataLakeStoreAccountInformation>> serviceFuture,
ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
ServiceFuture<List<FirewallRule>> |
FirewallRules.listByAccountNextAsync(String nextPageLink,
ServiceFuture<List<FirewallRule>> serviceFuture,
ListOperationCallback<FirewallRule> serviceCallback)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
ServiceFuture<List<StorageAccountInformation>> |
StorageAccounts.listByAccountNextAsync(String nextPageLink,
ServiceFuture<List<StorageAccountInformation>> serviceFuture,
ListOperationCallback<StorageAccountInformation> serviceCallback)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
ServiceFuture<List<DataLakeAnalyticsAccountBasic>> |
Accounts.listByResourceGroupAsync(String resourceGroupName,
ListOperationCallback<DataLakeAnalyticsAccountBasic> serviceCallback)
Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.
|
ServiceFuture<List<DataLakeAnalyticsAccountBasic>> |
Accounts.listByResourceGroupAsync(String resourceGroupName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<DataLakeAnalyticsAccountBasic> serviceCallback)
Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.
|
ServiceFuture<List<DataLakeAnalyticsAccountBasic>> |
Accounts.listByResourceGroupNextAsync(String nextPageLink,
ServiceFuture<List<DataLakeAnalyticsAccountBasic>> serviceFuture,
ListOperationCallback<DataLakeAnalyticsAccountBasic> serviceCallback)
Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.
|
ServiceFuture<List<USqlCredential>> |
Catalogs.listCredentialsAsync(String accountName,
String databaseName,
ListOperationCallback<USqlCredential> serviceCallback)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlCredential>> |
Catalogs.listCredentialsAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlCredential> serviceCallback)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlCredential>> |
Catalogs.listCredentialsNextAsync(String nextPageLink,
ServiceFuture<List<USqlCredential>> serviceFuture,
ListOperationCallback<USqlCredential> serviceCallback)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlDatabase>> |
Catalogs.listDatabasesAsync(String accountName,
ListOperationCallback<USqlDatabase> serviceCallback)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlDatabase>> |
Catalogs.listDatabasesAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlDatabase> serviceCallback)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlDatabase>> |
Catalogs.listDatabasesNextAsync(String nextPageLink,
ServiceFuture<List<USqlDatabase>> serviceFuture,
ListOperationCallback<USqlDatabase> serviceCallback)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlExternalDataSource>> |
Catalogs.listExternalDataSourcesAsync(String accountName,
String databaseName,
ListOperationCallback<USqlExternalDataSource> serviceCallback)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlExternalDataSource>> |
Catalogs.listExternalDataSourcesAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlExternalDataSource> serviceCallback)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlExternalDataSource>> |
Catalogs.listExternalDataSourcesNextAsync(String nextPageLink,
ServiceFuture<List<USqlExternalDataSource>> serviceFuture,
ListOperationCallback<USqlExternalDataSource> serviceCallback)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
ServiceFuture<List<DataLakeAnalyticsAccountBasic>> |
Accounts.listNextAsync(String nextPageLink,
ServiceFuture<List<DataLakeAnalyticsAccountBasic>> serviceFuture,
ListOperationCallback<DataLakeAnalyticsAccountBasic> serviceCallback)
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.
|
ServiceFuture<List<JobInformationBasic>> |
Jobs.listNextAsync(String nextPageLink,
ServiceFuture<List<JobInformationBasic>> serviceFuture,
ListOperationCallback<JobInformationBasic> serviceCallback)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
ServiceFuture<List<JobPipelineInformation>> |
Pipelines.listNextAsync(String nextPageLink,
ServiceFuture<List<JobPipelineInformation>> serviceFuture,
ListOperationCallback<JobPipelineInformation> serviceCallback)
Lists all pipelines.
|
ServiceFuture<List<JobRecurrenceInformation>> |
Recurrences.listNextAsync(String nextPageLink,
ServiceFuture<List<JobRecurrenceInformation>> serviceFuture,
ListOperationCallback<JobRecurrenceInformation> serviceCallback)
Lists all recurrences.
|
ServiceFuture<List<USqlPackage>> |
Catalogs.listPackagesAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlPackage> serviceCallback)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlPackage>> |
Catalogs.listPackagesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlPackage> serviceCallback)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlPackage>> |
Catalogs.listPackagesNextAsync(String nextPageLink,
ServiceFuture<List<USqlPackage>> serviceFuture,
ListOperationCallback<USqlPackage> serviceCallback)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlProcedure>> |
Catalogs.listProceduresAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlProcedure> serviceCallback)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlProcedure>> |
Catalogs.listProceduresAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlProcedure> serviceCallback)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlProcedure>> |
Catalogs.listProceduresNextAsync(String nextPageLink,
ServiceFuture<List<USqlProcedure>> serviceFuture,
ListOperationCallback<USqlProcedure> serviceCallback)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
ServiceFuture<List<SasTokenInformation>> |
StorageAccounts.listSasTokensAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName,
ListOperationCallback<SasTokenInformation> serviceCallback)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
ServiceFuture<List<SasTokenInformation>> |
StorageAccounts.listSasTokensNextAsync(String nextPageLink,
ServiceFuture<List<SasTokenInformation>> serviceFuture,
ListOperationCallback<SasTokenInformation> serviceCallback)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
ServiceFuture<List<USqlSchema>> |
Catalogs.listSchemasAsync(String accountName,
String databaseName,
ListOperationCallback<USqlSchema> serviceCallback)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlSchema>> |
Catalogs.listSchemasAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlSchema> serviceCallback)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlSchema>> |
Catalogs.listSchemasNextAsync(String nextPageLink,
ServiceFuture<List<USqlSchema>> serviceFuture,
ListOperationCallback<USqlSchema> serviceCallback)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
ServiceFuture<List<StorageContainer>> |
StorageAccounts.listStorageContainersAsync(String resourceGroupName,
String accountName,
String storageAccountName,
ListOperationCallback<StorageContainer> serviceCallback)
Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination.
|
ServiceFuture<List<StorageContainer>> |
StorageAccounts.listStorageContainersNextAsync(String nextPageLink,
ServiceFuture<List<StorageContainer>> serviceFuture,
ListOperationCallback<StorageContainer> serviceCallback)
Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination.
|
ServiceFuture<List<USqlTableFragment>> |
Catalogs.listTableFragmentsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
ListOperationCallback<USqlTableFragment> serviceCallback)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableFragment>> |
Catalogs.listTableFragmentsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableFragment> serviceCallback)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableFragment>> |
Catalogs.listTableFragmentsNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableFragment>> serviceFuture,
ListOperationCallback<USqlTableFragment> serviceCallback)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTablePartition>> |
Catalogs.listTablePartitionsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
ListOperationCallback<USqlTablePartition> serviceCallback)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTablePartition>> |
Catalogs.listTablePartitionsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTablePartition> serviceCallback)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTablePartition>> |
Catalogs.listTablePartitionsNextAsync(String nextPageLink,
ServiceFuture<List<USqlTablePartition>> serviceFuture,
ListOperationCallback<USqlTablePartition> serviceCallback)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
Catalogs.listTablesAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
Catalogs.listTablesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
Catalogs.listTablesByDatabaseAsync(String accountName,
String databaseName,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
Catalogs.listTablesByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
Catalogs.listTablesByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<USqlTable>> serviceFuture,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
Catalogs.listTablesNextAsync(String nextPageLink,
ServiceFuture<List<USqlTable>> serviceFuture,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableStatistics>> serviceFuture,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAsync(String accountName,
String databaseName,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableStatistics>> serviceFuture,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableStatistics>> serviceFuture,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableType>> |
Catalogs.listTableTypesAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlTableType> serviceCallback)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableType>> |
Catalogs.listTableTypesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableType> serviceCallback)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableType>> |
Catalogs.listTableTypesNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableType>> serviceFuture,
ListOperationCallback<USqlTableType> serviceCallback)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsByDatabaseAsync(String accountName,
String databaseName,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableValuedFunction>> serviceFuture,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableValuedFunction>> serviceFuture,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlType>> |
Catalogs.listTypesAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlType> serviceCallback)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlType>> |
Catalogs.listTypesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlType> serviceCallback)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlType>> |
Catalogs.listTypesNextAsync(String nextPageLink,
ServiceFuture<List<USqlType>> serviceFuture,
ListOperationCallback<USqlType> serviceCallback)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
Catalogs.listViewsAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of views from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
Catalogs.listViewsAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of views from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
Catalogs.listViewsByDatabaseAsync(String accountName,
String databaseName,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
Catalogs.listViewsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
Catalogs.listViewsByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<USqlView>> serviceFuture,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
Catalogs.listViewsNextAsync(String nextPageLink,
ServiceFuture<List<USqlView>> serviceFuture,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of views from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<List<DataLakeStoreAccountBasic>> |
Accounts.listAsync(ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
Lists the Data Lake Store accounts within the subscription.
|
ServiceFuture<List<DataLakeStoreAccountBasic>> |
Accounts.listAsync(String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
Lists the Data Lake Store accounts within the subscription.
|
ServiceFuture<List<FirewallRule>> |
FirewallRules.listByAccountAsync(String resourceGroupName,
String accountName,
ListOperationCallback<FirewallRule> serviceCallback)
Lists the Data Lake Store firewall rules within the specified Data Lake Store account.
|
ServiceFuture<List<TrustedIdProvider>> |
TrustedIdProviders.listByAccountAsync(String resourceGroupName,
String accountName,
ListOperationCallback<TrustedIdProvider> serviceCallback)
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
|
ServiceFuture<List<FirewallRule>> |
FirewallRules.listByAccountNextAsync(String nextPageLink,
ServiceFuture<List<FirewallRule>> serviceFuture,
ListOperationCallback<FirewallRule> serviceCallback)
Lists the Data Lake Store firewall rules within the specified Data Lake Store account.
|
ServiceFuture<List<TrustedIdProvider>> |
TrustedIdProviders.listByAccountNextAsync(String nextPageLink,
ServiceFuture<List<TrustedIdProvider>> serviceFuture,
ListOperationCallback<TrustedIdProvider> serviceCallback)
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
|
ServiceFuture<List<DataLakeStoreAccountBasic>> |
Accounts.listByResourceGroupAsync(String resourceGroupName,
ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
Lists the Data Lake Store accounts within a specific resource group.
|
ServiceFuture<List<DataLakeStoreAccountBasic>> |
Accounts.listByResourceGroupAsync(String resourceGroupName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
Lists the Data Lake Store accounts within a specific resource group.
|
ServiceFuture<List<DataLakeStoreAccountBasic>> |
Accounts.listByResourceGroupNextAsync(String nextPageLink,
ServiceFuture<List<DataLakeStoreAccountBasic>> serviceFuture,
ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
Lists the Data Lake Store accounts within a specific resource group.
|
ServiceFuture<List<DataLakeStoreAccountBasic>> |
Accounts.listNextAsync(String nextPageLink,
ServiceFuture<List<DataLakeStoreAccountBasic>> serviceFuture,
ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
Lists the Data Lake Store accounts within the subscription.
|
Copyright © 2019. All rights reserved.