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.batch |
This package contains the classes for BatchManagementClient.
|
com.microsoft.azure.management.cdn |
This package contains the classes for CdnManagementClient.
|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
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.graphrbac |
This package contains the classes for GraphRbacManagementClient.
|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
com.microsoft.azure.management.network.model |
This package contains the common interfaces for resource models in networking.
|
com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
com.microsoft.azure.management.resources.fluentcore.arm.collection |
This package contains the base class for resource collections.
|
com.microsoft.azure.management.resources.fluentcore.collection |
This package contains the base class for resource collections.
|
com.microsoft.azure.management.resources.fluentcore.model |
This package contains the base classes for resource models, and their
variants for creating and updating scenarios.
|
com.microsoft.azure.management.search |
This package contains the classes for SearchManagementClient.
|
com.microsoft.azure.management.servicebus |
This package contains the classes for ServiceBusManagementClient.
|
com.microsoft.azure.management.sql |
This package contains the classes for SqlManagementClient.
|
com.microsoft.azure.management.storage |
This package contains the classes for StorageManagementClient.
|
com.microsoft.azure.management.trafficmanager |
This package contains the classes for TrafficManagerManagementClient.
|
com.microsoft.rest |
The package contains the runtime classes required for AutoRest generated
clients to compile and function.
|
Modifier and Type | Class and Description |
---|---|
class |
AzureServiceFuture<T>
An instance of this class provides access to the underlying REST call invocation.
|
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<Void> |
Certificates.addAsync(CertificateAddParameter certificate,
CertificateAddOptions certificateAddOptions,
ServiceCallback<Void> serviceCallback)
Adds a certificate to the specified account.
|
ServiceFuture<Void> |
Certificates.addAsync(CertificateAddParameter certificate,
ServiceCallback<Void> serviceCallback)
Adds a certificate to the specified account.
|
ServiceFuture<Void> |
Jobs.addAsync(JobAddParameter job,
JobAddOptions jobAddOptions,
ServiceCallback<Void> serviceCallback)
Adds a job to the specified account.
|
ServiceFuture<Void> |
Jobs.addAsync(JobAddParameter job,
ServiceCallback<Void> serviceCallback)
Adds a job to the specified account.
|
ServiceFuture<Void> |
JobSchedules.addAsync(JobScheduleAddParameter cloudJobSchedule,
JobScheduleAddOptions jobScheduleAddOptions,
ServiceCallback<Void> serviceCallback)
Adds a job schedule to the specified account.
|
ServiceFuture<Void> |
JobSchedules.addAsync(JobScheduleAddParameter cloudJobSchedule,
ServiceCallback<Void> serviceCallback)
Adds a job schedule to the specified account.
|
ServiceFuture<Void> |
Pools.addAsync(PoolAddParameter pool,
PoolAddOptions poolAddOptions,
ServiceCallback<Void> serviceCallback)
Adds a pool to the specified account.
|
ServiceFuture<Void> |
Pools.addAsync(PoolAddParameter pool,
ServiceCallback<Void> serviceCallback)
Adds a pool to the specified account.
|
ServiceFuture<Void> |
Tasks.addAsync(String jobId,
TaskAddParameter task,
ServiceCallback<Void> serviceCallback)
Adds a task to the specified job.
|
ServiceFuture<Void> |
Tasks.addAsync(String jobId,
TaskAddParameter task,
TaskAddOptions taskAddOptions,
ServiceCallback<Void> serviceCallback)
Adds a task to the specified job.
|
ServiceFuture<TaskAddCollectionResult> |
Tasks.addCollectionAsync(String jobId,
List<TaskAddParameter> value,
ServiceCallback<TaskAddCollectionResult> serviceCallback)
Adds a collection of tasks to the specified job.
|
ServiceFuture<TaskAddCollectionResult> |
Tasks.addCollectionAsync(String jobId,
List<TaskAddParameter> value,
TaskAddCollectionOptions taskAddCollectionOptions,
ServiceCallback<TaskAddCollectionResult> serviceCallback)
Adds a collection of tasks to the specified job.
|
ServiceFuture<Void> |
ComputeNodes.addUserAsync(String poolId,
String nodeId,
ComputeNodeUser user,
ComputeNodeAddUserOptions computeNodeAddUserOptions,
ServiceCallback<Void> serviceCallback)
Adds a user account to the specified compute node.
|
ServiceFuture<Void> |
ComputeNodes.addUserAsync(String poolId,
String nodeId,
ComputeNodeUser user,
ServiceCallback<Void> serviceCallback)
Adds a user account to the specified compute node.
|
ServiceFuture<Void> |
Certificates.cancelDeletionAsync(String thumbprintAlgorithm,
String thumbprint,
CertificateCancelDeletionOptions certificateCancelDeletionOptions,
ServiceCallback<Void> serviceCallback)
Cancels a failed deletion of a certificate from the specified account.
|
ServiceFuture<Void> |
Certificates.cancelDeletionAsync(String thumbprintAlgorithm,
String thumbprint,
ServiceCallback<Void> serviceCallback)
Cancels a failed deletion of a certificate from the specified account.
|
ServiceFuture<Void> |
Jobs.deleteAsync(String jobId,
JobDeleteOptions jobDeleteOptions,
ServiceCallback<Void> serviceCallback)
Deletes a job.
|
ServiceFuture<Void> |
JobSchedules.deleteAsync(String jobScheduleId,
JobScheduleDeleteOptions jobScheduleDeleteOptions,
ServiceCallback<Void> serviceCallback)
Deletes a job schedule from the specified account.
|
ServiceFuture<Void> |
Pools.deleteAsync(String poolId,
PoolDeleteOptions poolDeleteOptions,
ServiceCallback<Void> serviceCallback)
Deletes a pool from the specified account.
|
ServiceFuture<Void> |
Jobs.deleteAsync(String jobId,
ServiceCallback<Void> serviceCallback)
Deletes a job.
|
ServiceFuture<Void> |
Pools.deleteAsync(String poolId,
ServiceCallback<Void> serviceCallback)
Deletes a pool from the specified account.
|
ServiceFuture<Void> |
JobSchedules.deleteAsync(String jobScheduleId,
ServiceCallback<Void> serviceCallback)
Deletes a job schedule from the specified account.
|
ServiceFuture<Void> |
Certificates.deleteAsync(String thumbprintAlgorithm,
String thumbprint,
CertificateDeleteOptions certificateDeleteOptions,
ServiceCallback<Void> serviceCallback)
Deletes a certificate from the specified account.
|
ServiceFuture<Void> |
Certificates.deleteAsync(String thumbprintAlgorithm,
String thumbprint,
ServiceCallback<Void> serviceCallback)
Deletes a certificate from the specified account.
|
ServiceFuture<Void> |
Tasks.deleteAsync(String jobId,
String taskId,
ServiceCallback<Void> serviceCallback)
Deletes a task from the specified job.
|
ServiceFuture<Void> |
Tasks.deleteAsync(String jobId,
String taskId,
TaskDeleteOptions taskDeleteOptions,
ServiceCallback<Void> serviceCallback)
Deletes a task from the specified job.
|
ServiceFuture<Void> |
Files.deleteFromComputeNodeAsync(String poolId,
String nodeId,
String filePath,
Boolean recursive,
FileDeleteFromComputeNodeOptions fileDeleteFromComputeNodeOptions,
ServiceCallback<Void> serviceCallback)
Deletes the specified file from the compute node.
|
ServiceFuture<Void> |
Files.deleteFromComputeNodeAsync(String poolId,
String nodeId,
String filePath,
ServiceCallback<Void> serviceCallback)
Deletes the specified file from the compute node.
|
ServiceFuture<Void> |
Files.deleteFromTaskAsync(String jobId,
String taskId,
String filePath,
Boolean recursive,
FileDeleteFromTaskOptions fileDeleteFromTaskOptions,
ServiceCallback<Void> serviceCallback)
Deletes the specified task file from the compute node where the task ran.
|
ServiceFuture<Void> |
Files.deleteFromTaskAsync(String jobId,
String taskId,
String filePath,
ServiceCallback<Void> serviceCallback)
Deletes the specified task file from the compute node where the task ran.
|
ServiceFuture<Void> |
ComputeNodes.deleteUserAsync(String poolId,
String nodeId,
String userName,
ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions,
ServiceCallback<Void> serviceCallback)
Deletes a user account from the specified compute node.
|
ServiceFuture<Void> |
ComputeNodes.deleteUserAsync(String poolId,
String nodeId,
String userName,
ServiceCallback<Void> serviceCallback)
Deletes a user account from the specified compute node.
|
ServiceFuture<Void> |
Jobs.disableAsync(String jobId,
DisableJobOption disableTasks,
JobDisableOptions jobDisableOptions,
ServiceCallback<Void> serviceCallback)
Disables the specified job, preventing new tasks from running.
|
ServiceFuture<Void> |
Jobs.disableAsync(String jobId,
DisableJobOption disableTasks,
ServiceCallback<Void> serviceCallback)
Disables the specified job, preventing new tasks from running.
|
ServiceFuture<Void> |
JobSchedules.disableAsync(String jobScheduleId,
JobScheduleDisableOptions jobScheduleDisableOptions,
ServiceCallback<Void> serviceCallback)
Disables a job schedule.
|
ServiceFuture<Void> |
JobSchedules.disableAsync(String jobScheduleId,
ServiceCallback<Void> serviceCallback)
Disables a job schedule.
|
ServiceFuture<Void> |
Pools.disableAutoScaleAsync(String poolId,
PoolDisableAutoScaleOptions poolDisableAutoScaleOptions,
ServiceCallback<Void> serviceCallback)
Disables automatic scaling for a pool.
|
ServiceFuture<Void> |
Pools.disableAutoScaleAsync(String poolId,
ServiceCallback<Void> serviceCallback)
Disables automatic scaling for a pool.
|
ServiceFuture<Void> |
ComputeNodes.disableSchedulingAsync(String poolId,
String nodeId,
DisableComputeNodeSchedulingOption nodeDisableSchedulingOption,
ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions,
ServiceCallback<Void> serviceCallback)
Disables task scheduling on the specified compute node.
|
ServiceFuture<Void> |
ComputeNodes.disableSchedulingAsync(String poolId,
String nodeId,
ServiceCallback<Void> serviceCallback)
Disables task scheduling on the specified compute node.
|
ServiceFuture<Void> |
Jobs.enableAsync(String jobId,
JobEnableOptions jobEnableOptions,
ServiceCallback<Void> serviceCallback)
Enables the specified job, allowing new tasks to run.
|
ServiceFuture<Void> |
JobSchedules.enableAsync(String jobScheduleId,
JobScheduleEnableOptions jobScheduleEnableOptions,
ServiceCallback<Void> serviceCallback)
Enables a job schedule.
|
ServiceFuture<Void> |
Jobs.enableAsync(String jobId,
ServiceCallback<Void> serviceCallback)
Enables the specified job, allowing new tasks to run.
|
ServiceFuture<Void> |
JobSchedules.enableAsync(String jobScheduleId,
ServiceCallback<Void> serviceCallback)
Enables a job schedule.
|
ServiceFuture<Void> |
Pools.enableAutoScaleAsync(String poolId,
PoolEnableAutoScaleParameter poolEnableAutoScaleParameter,
PoolEnableAutoScaleOptions poolEnableAutoScaleOptions,
ServiceCallback<Void> serviceCallback)
Enables automatic scaling for a pool.
|
ServiceFuture<Void> |
Pools.enableAutoScaleAsync(String poolId,
PoolEnableAutoScaleParameter poolEnableAutoScaleParameter,
ServiceCallback<Void> serviceCallback)
Enables automatic scaling for a pool.
|
ServiceFuture<Void> |
ComputeNodes.enableSchedulingAsync(String poolId,
String nodeId,
ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions,
ServiceCallback<Void> serviceCallback)
Enables task scheduling on the specified compute node.
|
ServiceFuture<Void> |
ComputeNodes.enableSchedulingAsync(String poolId,
String nodeId,
ServiceCallback<Void> serviceCallback)
Enables task scheduling on the specified compute node.
|
ServiceFuture<AutoScaleRun> |
Pools.evaluateAutoScaleAsync(String poolId,
String autoScaleFormula,
PoolEvaluateAutoScaleOptions poolEvaluateAutoScaleOptions,
ServiceCallback<AutoScaleRun> serviceCallback)
Gets the result of evaluating an automatic scaling formula on the pool.
|
ServiceFuture<AutoScaleRun> |
Pools.evaluateAutoScaleAsync(String poolId,
String autoScaleFormula,
ServiceCallback<AutoScaleRun> serviceCallback)
Gets the result of evaluating an automatic scaling formula on the pool.
|
ServiceFuture<Boolean> |
JobSchedules.existsAsync(String jobScheduleId,
JobScheduleExistsOptions jobScheduleExistsOptions,
ServiceCallback<Boolean> serviceCallback)
Checks the specified job schedule exists.
|
ServiceFuture<Boolean> |
Pools.existsAsync(String poolId,
PoolExistsOptions poolExistsOptions,
ServiceCallback<Boolean> serviceCallback)
Gets basic properties of a pool.
|
ServiceFuture<Boolean> |
Pools.existsAsync(String poolId,
ServiceCallback<Boolean> serviceCallback)
Gets basic properties of a pool.
|
ServiceFuture<Boolean> |
JobSchedules.existsAsync(String jobScheduleId,
ServiceCallback<Boolean> serviceCallback)
Checks the specified job schedule exists.
|
ServiceFuture<JobStatistics> |
Jobs.getAllLifetimeStatisticsAsync(JobGetAllLifetimeStatisticsOptions jobGetAllLifetimeStatisticsOptions,
ServiceCallback<JobStatistics> serviceCallback)
Gets lifetime summary statistics for all of the jobs in the specified account.
|
ServiceFuture<PoolStatistics> |
Pools.getAllLifetimeStatisticsAsync(PoolGetAllLifetimeStatisticsOptions poolGetAllLifetimeStatisticsOptions,
ServiceCallback<PoolStatistics> serviceCallback)
Gets lifetime summary statistics for all of the pools in the specified account.
|
ServiceFuture<JobStatistics> |
Jobs.getAllLifetimeStatisticsAsync(ServiceCallback<JobStatistics> serviceCallback)
Gets lifetime summary statistics for all of the jobs in the specified account.
|
ServiceFuture<PoolStatistics> |
Pools.getAllLifetimeStatisticsAsync(ServiceCallback<PoolStatistics> serviceCallback)
Gets lifetime summary statistics for all of the pools in the specified account.
|
ServiceFuture<ApplicationSummary> |
Applications.getAsync(String applicationId,
ApplicationGetOptions applicationGetOptions,
ServiceCallback<ApplicationSummary> serviceCallback)
Gets information about the specified application.
|
ServiceFuture<CloudJob> |
Jobs.getAsync(String jobId,
JobGetOptions jobGetOptions,
ServiceCallback<CloudJob> serviceCallback)
Gets information about the specified job.
|
ServiceFuture<CloudJobSchedule> |
JobSchedules.getAsync(String jobScheduleId,
JobScheduleGetOptions jobScheduleGetOptions,
ServiceCallback<CloudJobSchedule> serviceCallback)
Gets information about the specified job schedule.
|
ServiceFuture<CloudPool> |
Pools.getAsync(String poolId,
PoolGetOptions poolGetOptions,
ServiceCallback<CloudPool> serviceCallback)
Gets information about the specified pool.
|
ServiceFuture<ApplicationSummary> |
Applications.getAsync(String applicationId,
ServiceCallback<ApplicationSummary> serviceCallback)
Gets information about the specified application.
|
ServiceFuture<CloudJob> |
Jobs.getAsync(String jobId,
ServiceCallback<CloudJob> serviceCallback)
Gets information about the specified job.
|
ServiceFuture<CloudJobSchedule> |
JobSchedules.getAsync(String jobScheduleId,
ServiceCallback<CloudJobSchedule> serviceCallback)
Gets information about the specified job schedule.
|
ServiceFuture<CloudPool> |
Pools.getAsync(String poolId,
ServiceCallback<CloudPool> serviceCallback)
Gets information about the specified pool.
|
ServiceFuture<Certificate> |
Certificates.getAsync(String thumbprintAlgorithm,
String thumbprint,
CertificateGetOptions certificateGetOptions,
ServiceCallback<Certificate> serviceCallback)
Gets information about the specified certificate.
|
ServiceFuture<ComputeNode> |
ComputeNodes.getAsync(String poolId,
String nodeId,
ComputeNodeGetOptions computeNodeGetOptions,
ServiceCallback<ComputeNode> serviceCallback)
Gets information about the specified compute node.
|
ServiceFuture<Certificate> |
Certificates.getAsync(String thumbprintAlgorithm,
String thumbprint,
ServiceCallback<Certificate> serviceCallback)
Gets information about the specified certificate.
|
ServiceFuture<CloudTask> |
Tasks.getAsync(String jobId,
String taskId,
ServiceCallback<CloudTask> serviceCallback)
Gets information about the specified task.
|
ServiceFuture<ComputeNode> |
ComputeNodes.getAsync(String poolId,
String nodeId,
ServiceCallback<ComputeNode> serviceCallback)
Gets information about the specified compute node.
|
ServiceFuture<CloudTask> |
Tasks.getAsync(String jobId,
String taskId,
TaskGetOptions taskGetOptions,
ServiceCallback<CloudTask> serviceCallback)
Gets information about the specified task.
|
ServiceFuture<InputStream> |
Files.getFromComputeNodeAsync(String poolId,
String nodeId,
String filePath,
FileGetFromComputeNodeOptions fileGetFromComputeNodeOptions,
ServiceCallback<InputStream> serviceCallback)
Returns the content of the specified compute node file.
|
ServiceFuture<InputStream> |
Files.getFromComputeNodeAsync(String poolId,
String nodeId,
String filePath,
ServiceCallback<InputStream> serviceCallback)
Returns the content of the specified compute node file.
|
ServiceFuture<InputStream> |
Files.getFromTaskAsync(String jobId,
String taskId,
String filePath,
FileGetFromTaskOptions fileGetFromTaskOptions,
ServiceCallback<InputStream> serviceCallback)
Returns the content of the specified task file.
|
ServiceFuture<InputStream> |
Files.getFromTaskAsync(String jobId,
String taskId,
String filePath,
ServiceCallback<InputStream> serviceCallback)
Returns the content of the specified task file.
|
ServiceFuture<Void> |
Files.getPropertiesFromComputeNodeAsync(String poolId,
String nodeId,
String filePath,
FileGetPropertiesFromComputeNodeOptions fileGetPropertiesFromComputeNodeOptions,
ServiceCallback<Void> serviceCallback)
Gets the properties of the specified compute node file.
|
ServiceFuture<Void> |
Files.getPropertiesFromComputeNodeAsync(String poolId,
String nodeId,
String filePath,
ServiceCallback<Void> serviceCallback)
Gets the properties of the specified compute node file.
|
ServiceFuture<Void> |
Files.getPropertiesFromTaskAsync(String jobId,
String taskId,
String filePath,
FileGetPropertiesFromTaskOptions fileGetPropertiesFromTaskOptions,
ServiceCallback<Void> serviceCallback)
Gets the properties of the specified task file.
|
ServiceFuture<Void> |
Files.getPropertiesFromTaskAsync(String jobId,
String taskId,
String filePath,
ServiceCallback<Void> serviceCallback)
Gets the properties of the specified task file.
|
ServiceFuture<InputStream> |
ComputeNodes.getRemoteDesktopAsync(String poolId,
String nodeId,
ComputeNodeGetRemoteDesktopOptions computeNodeGetRemoteDesktopOptions,
ServiceCallback<InputStream> serviceCallback)
Gets the Remote Desktop Protocol file for the specified compute node.
|
ServiceFuture<InputStream> |
ComputeNodes.getRemoteDesktopAsync(String poolId,
String nodeId,
ServiceCallback<InputStream> serviceCallback)
Gets the Remote Desktop Protocol file for the specified compute node.
|
ServiceFuture<ComputeNodeGetRemoteLoginSettingsResult> |
ComputeNodes.getRemoteLoginSettingsAsync(String poolId,
String nodeId,
ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions,
ServiceCallback<ComputeNodeGetRemoteLoginSettingsResult> serviceCallback)
Gets the settings required for remote login to a compute node.
|
ServiceFuture<ComputeNodeGetRemoteLoginSettingsResult> |
ComputeNodes.getRemoteLoginSettingsAsync(String poolId,
String nodeId,
ServiceCallback<ComputeNodeGetRemoteLoginSettingsResult> serviceCallback)
Gets the settings required for remote login to a compute node.
|
ServiceFuture<TaskCounts> |
Jobs.getTaskCountsAsync(String jobId,
JobGetTaskCountsOptions jobGetTaskCountsOptions,
ServiceCallback<TaskCounts> serviceCallback)
Gets the task counts for the specified job.
|
ServiceFuture<TaskCounts> |
Jobs.getTaskCountsAsync(String jobId,
ServiceCallback<TaskCounts> serviceCallback)
Gets the task counts for the specified job.
|
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<CloudTaskListSubtasksResult> |
Tasks.listSubtasksAsync(String jobId,
String taskId,
ServiceCallback<CloudTaskListSubtasksResult> serviceCallback)
Lists all of the subtasks that are associated with the specified multi-instance task.
|
ServiceFuture<CloudTaskListSubtasksResult> |
Tasks.listSubtasksAsync(String jobId,
String taskId,
TaskListSubtasksOptions taskListSubtasksOptions,
ServiceCallback<CloudTaskListSubtasksResult> serviceCallback)
Lists all of the subtasks that are associated with the specified multi-instance task.
|
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.
|
ServiceFuture<Void> |
Jobs.patchAsync(String jobId,
JobPatchParameter jobPatchParameter,
JobPatchOptions jobPatchOptions,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job.
|
ServiceFuture<Void> |
Jobs.patchAsync(String jobId,
JobPatchParameter jobPatchParameter,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job.
|
ServiceFuture<Void> |
JobSchedules.patchAsync(String jobScheduleId,
JobSchedulePatchParameter jobSchedulePatchParameter,
JobSchedulePatchOptions jobSchedulePatchOptions,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job schedule.
|
ServiceFuture<Void> |
JobSchedules.patchAsync(String jobScheduleId,
JobSchedulePatchParameter jobSchedulePatchParameter,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job schedule.
|
ServiceFuture<Void> |
Pools.patchAsync(String poolId,
PoolPatchParameter poolPatchParameter,
PoolPatchOptions poolPatchOptions,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified pool.
|
ServiceFuture<Void> |
Pools.patchAsync(String poolId,
PoolPatchParameter poolPatchParameter,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified pool.
|
ServiceFuture<Void> |
Tasks.reactivateAsync(String jobId,
String taskId,
ServiceCallback<Void> serviceCallback)
Reactivates a task, allowing it to run again even if its retry count has been exhausted.
|
ServiceFuture<Void> |
Tasks.reactivateAsync(String jobId,
String taskId,
TaskReactivateOptions taskReactivateOptions,
ServiceCallback<Void> serviceCallback)
Reactivates a task, allowing it to run again even if its retry count has been exhausted.
|
ServiceFuture<Void> |
ComputeNodes.rebootAsync(String poolId,
String nodeId,
ComputeNodeRebootOption nodeRebootOption,
ComputeNodeRebootOptions computeNodeRebootOptions,
ServiceCallback<Void> serviceCallback)
Restarts the specified compute node.
|
ServiceFuture<Void> |
ComputeNodes.rebootAsync(String poolId,
String nodeId,
ServiceCallback<Void> serviceCallback)
Restarts the specified compute node.
|
ServiceFuture<Void> |
ComputeNodes.reimageAsync(String poolId,
String nodeId,
ComputeNodeReimageOption nodeReimageOption,
ComputeNodeReimageOptions computeNodeReimageOptions,
ServiceCallback<Void> serviceCallback)
Reinstalls the operating system on the specified compute node.
|
ServiceFuture<Void> |
ComputeNodes.reimageAsync(String poolId,
String nodeId,
ServiceCallback<Void> serviceCallback)
Reinstalls the operating system on the specified compute node.
|
ServiceFuture<Void> |
Pools.removeNodesAsync(String poolId,
NodeRemoveParameter nodeRemoveParameter,
PoolRemoveNodesOptions poolRemoveNodesOptions,
ServiceCallback<Void> serviceCallback)
Removes compute nodes from the specified pool.
|
ServiceFuture<Void> |
Pools.removeNodesAsync(String poolId,
NodeRemoveParameter nodeRemoveParameter,
ServiceCallback<Void> serviceCallback)
Removes compute nodes from the specified pool.
|
ServiceFuture<Void> |
Pools.resizeAsync(String poolId,
PoolResizeParameter poolResizeParameter,
PoolResizeOptions poolResizeOptions,
ServiceCallback<Void> serviceCallback)
Changes the number of compute nodes that are assigned to a pool.
|
ServiceFuture<Void> |
Pools.resizeAsync(String poolId,
PoolResizeParameter poolResizeParameter,
ServiceCallback<Void> serviceCallback)
Changes the number of compute nodes that are assigned to a pool.
|
ServiceFuture<Void> |
Pools.stopResizeAsync(String poolId,
PoolStopResizeOptions poolStopResizeOptions,
ServiceCallback<Void> serviceCallback)
Stops an ongoing resize operation on the pool.
|
ServiceFuture<Void> |
Pools.stopResizeAsync(String poolId,
ServiceCallback<Void> serviceCallback)
Stops an ongoing resize operation on the pool.
|
ServiceFuture<Void> |
JobSchedules.terminateAsync(String jobScheduleId,
JobScheduleTerminateOptions jobScheduleTerminateOptions,
ServiceCallback<Void> serviceCallback)
Terminates a job schedule.
|
ServiceFuture<Void> |
Jobs.terminateAsync(String jobId,
ServiceCallback<Void> serviceCallback)
Terminates the specified job, marking it as completed.
|
ServiceFuture<Void> |
JobSchedules.terminateAsync(String jobScheduleId,
ServiceCallback<Void> serviceCallback)
Terminates a job schedule.
|
ServiceFuture<Void> |
Jobs.terminateAsync(String jobId,
String terminateReason,
JobTerminateOptions jobTerminateOptions,
ServiceCallback<Void> serviceCallback)
Terminates the specified job, marking it as completed.
|
ServiceFuture<Void> |
Tasks.terminateAsync(String jobId,
String taskId,
ServiceCallback<Void> serviceCallback)
Terminates the specified task.
|
ServiceFuture<Void> |
Tasks.terminateAsync(String jobId,
String taskId,
TaskTerminateOptions taskTerminateOptions,
ServiceCallback<Void> serviceCallback)
Terminates the specified task.
|
ServiceFuture<Void> |
JobSchedules.updateAsync(String jobScheduleId,
JobScheduleUpdateParameter jobScheduleUpdateParameter,
JobScheduleUpdateOptions jobScheduleUpdateOptions,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job schedule.
|
ServiceFuture<Void> |
JobSchedules.updateAsync(String jobScheduleId,
JobScheduleUpdateParameter jobScheduleUpdateParameter,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job schedule.
|
ServiceFuture<Void> |
Jobs.updateAsync(String jobId,
JobUpdateParameter jobUpdateParameter,
JobUpdateOptions jobUpdateOptions,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job.
|
ServiceFuture<Void> |
Jobs.updateAsync(String jobId,
JobUpdateParameter jobUpdateParameter,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job.
|
ServiceFuture<Void> |
Tasks.updateAsync(String jobId,
String taskId,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified task.
|
ServiceFuture<Void> |
Tasks.updateAsync(String jobId,
String taskId,
TaskConstraints constraints,
TaskUpdateOptions taskUpdateOptions,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified task.
|
ServiceFuture<Void> |
Pools.updatePropertiesAsync(String poolId,
PoolUpdatePropertiesParameter poolUpdatePropertiesParameter,
PoolUpdatePropertiesOptions poolUpdatePropertiesOptions,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified pool.
|
ServiceFuture<Void> |
Pools.updatePropertiesAsync(String poolId,
PoolUpdatePropertiesParameter poolUpdatePropertiesParameter,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified pool.
|
ServiceFuture<Void> |
ComputeNodes.updateUserAsync(String poolId,
String nodeId,
String userName,
NodeUpdateUserParameter nodeUpdateUserParameter,
ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions,
ServiceCallback<Void> serviceCallback)
Updates the password and expiration time of a user account on the specified compute node.
|
ServiceFuture<Void> |
ComputeNodes.updateUserAsync(String poolId,
String nodeId,
String userName,
NodeUpdateUserParameter nodeUpdateUserParameter,
ServiceCallback<Void> serviceCallback)
Updates the password and expiration time of a user account on the specified compute node.
|
ServiceFuture<Void> |
Pools.upgradeOSAsync(String poolId,
String targetOSVersion,
PoolUpgradeOSOptions poolUpgradeOSOptions,
ServiceCallback<Void> serviceCallback)
Upgrades the operating system of the specified pool.
|
ServiceFuture<Void> |
Pools.upgradeOSAsync(String poolId,
String targetOSVersion,
ServiceCallback<Void> serviceCallback)
Upgrades the operating system of the specified pool.
|
Modifier and Type | Method and Description |
---|---|
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.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.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.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.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.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<Void> |
ApplicationPackage.activateAsync(String format,
ServiceCallback<Void> callback)
Activates the application package asynchronously.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<CheckNameAvailabilityResult> |
CdnProfiles.checkEndpointNameAvailabilityAsync(String name,
ServiceCallback<CheckNameAvailabilityResult> callback)
Checks the availability of a endpoint name without creating the CDN endpoint asynchronously.
|
ServiceFuture<CheckNameAvailabilityResult> |
CdnProfile.checkEndpointNameAvailabilityAsync(String name,
ServiceCallback<CheckNameAvailabilityResult> callback)
Checks the availability of an endpoint name without creating the CDN endpoint asynchronously.
|
ServiceFuture<String> |
CdnProfile.generateSsoUriAsync(ServiceCallback<String> callback)
Asynchronously generates a dynamic SSO URI used to sign in to the CDN supplemental portal used for advanced management tasks.
|
ServiceFuture<Void> |
CdnEndpoint.loadContentAsync(Set<String> contentPaths,
ServiceCallback<Void> callback)
Forcibly preloads the content of the CDN endpoint asynchronously.
|
ServiceFuture<Void> |
CdnProfile.loadEndpointContentAsync(String endpointName,
Set<String> contentPaths,
ServiceCallback<Void> callback)
Forcibly pre-loads CDN endpoint content in the CDN profile asynchronously.
|
ServiceFuture<Void> |
CdnEndpoint.purgeContentAsync(Set<String> contentPaths,
ServiceCallback<Void> callback)
Forcibly purges the content of the CDN endpoint asynchronously.
|
ServiceFuture<Void> |
CdnProfile.purgeEndpointContentAsync(String endpointName,
Set<String> contentPaths,
ServiceCallback<Void> callback)
Forcibly purges CDN endpoint content in the CDN profile asynchronously.
|
ServiceFuture<Void> |
CdnEndpoint.startAsync(ServiceCallback<Void> callback)
Starts the CDN endpoint asynchronously, if it is stopped.
|
ServiceFuture<Void> |
CdnProfile.startEndpointAsync(String endpointName,
ServiceCallback<Void> callback)
Starts a stopped CDN endpoint asynchronously.
|
ServiceFuture<Void> |
CdnEndpoint.stopAsync(ServiceCallback<Void> callback)
Stops the CDN endpoint asynchronously, if it is running.
|
ServiceFuture<Void> |
CdnProfile.stopEndpointAsync(String endpointName,
ServiceCallback<Void> callback)
Stops a running CDN endpoint asynchronously.
|
ServiceFuture<CustomDomainValidationResult> |
CdnEndpoint.validateCustomDomainAsync(String hostName,
ServiceCallback<CustomDomainValidationResult> callback)
Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint asynchronously.
|
ServiceFuture<CustomDomainValidationResult> |
CdnProfile.validateEndpointCustomDomainAsync(String endpointName,
String hostName,
ServiceCallback<CustomDomainValidationResult> callback)
Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS in current profile asynchronously.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<String> |
VirtualMachine.captureAsync(String containerName,
String vhdPrefix,
boolean overwriteVhd,
ServiceCallback<String> callback)
Captures the virtual machine by copying virtual hard disks of the VM asynchronously.
|
ServiceFuture<String> |
VirtualMachines.captureAsync(String groupName,
String name,
String containerName,
String vhdPrefix,
boolean overwriteVhd,
ServiceCallback<String> callback)
Captures the virtual machine by copying virtual hard disks of the VM asynchronously.
|
ServiceFuture<Void> |
VirtualMachine.convertToManagedAsync(ServiceCallback<Void> callback)
Converts (migrates) the virtual machine with un-managed disks to use managed disk asynchronously.
|
ServiceFuture<Void> |
VirtualMachine.deallocateAsync(ServiceCallback<Void> callback)
Shuts down the virtual machine and releases the compute resources asynchronously.
|
ServiceFuture<Void> |
VirtualMachineScaleSet.deallocateAsync(ServiceCallback<Void> callback)
Shuts down the virtual machines in the scale set and releases its compute resources asynchronously.
|
ServiceFuture<Void> |
VirtualMachines.deallocateAsync(String groupName,
String name,
ServiceCallback<Void> callback)
Shuts down the virtual machine and releases the compute resources asynchronously.
|
ServiceFuture<Void> |
VirtualMachineScaleSets.deallocateAsync(String groupName,
String name,
ServiceCallback<Void> callback)
Shuts down the virtual machines in the scale set and releases the compute resources asynchronously.
|
ServiceFuture<Void> |
VirtualMachine.generalizeAsync(ServiceCallback<Void> callback)
Generalizes the virtual machine asynchronously.
|
ServiceFuture<Void> |
VirtualMachines.generalizeAsync(String groupName,
String name,
ServiceCallback<Void> callback)
Generalizes the virtual machine asynchronously.
|
ServiceFuture<String> |
Snapshot.grantAccessAsync(int accessDurationInSeconds,
ServiceCallback<String> callback)
Grants access to the snapshot asynchronously.
|
ServiceFuture<String> |
Disk.grantAccessAsync(int accessDurationInSeconds,
ServiceCallback<String> callback)
Grants access to the disk asynchronously.
|
ServiceFuture<String> |
Snapshots.grantAccessAsync(String resourceGroupName,
String snapshotName,
AccessLevel accessLevel,
int accessDuration,
ServiceCallback<String> callback)
Grants access to the snapshot asynchronously.
|
ServiceFuture<String> |
Disks.grantAccessAsync(String resourceGroupName,
String diskName,
AccessLevel accessLevel,
int accessDuration,
ServiceCallback<String> callback)
Grants access to the disk asynchronously.
|
ServiceFuture<Void> |
VirtualMachines.migrateToManagedAsync(String groupName,
String name,
ServiceCallback<Void> callback)
Converts (migrates) the virtual machine with un-managed disks to use managed disk asynchronously.
|
ServiceFuture<Void> |
VirtualMachine.powerOffAsync(ServiceCallback<Void> callback)
Powers off (stop) the virtual machine asynchronously.
|
ServiceFuture<Void> |
VirtualMachineScaleSet.powerOffAsync(ServiceCallback<Void> callback)
Powers off (stops) the virtual machines in the scale set asynchronously.
|
ServiceFuture<Void> |
VirtualMachines.powerOffAsync(String groupName,
String name,
ServiceCallback<Void> callback)
Powers off (stop) the virtual machine asynchronously.
|
ServiceFuture<Void> |
VirtualMachineScaleSets.powerOffAsync(String groupName,
String name,
ServiceCallback<Void> callback)
Powers off (stop) the virtual machines in the scale set asynchronously.
|
ServiceFuture<Void> |
VirtualMachine.redeployAsync(ServiceCallback<Void> callback)
Redeploys the virtual machine asynchronously.
|
ServiceFuture<Void> |
VirtualMachines.redeployAsync(String groupName,
String name,
ServiceCallback<Void> callback)
Redeploys the virtual machine asynchronously.
|
ServiceFuture<Void> |
VirtualMachineScaleSet.reimageAsync(ServiceCallback<Void> callback)
Re-images (updates the version of the installed operating system) the virtual machines in the scale set asynchronously.
|
ServiceFuture<Void> |
VirtualMachineScaleSets.reimageAsync(String groupName,
String name,
ServiceCallback<Void> callback)
Re-images (updates the version of the installed operating system) the virtual machines in the scale set asynchronously.
|
ServiceFuture<Void> |
VirtualMachine.restartAsync(ServiceCallback<Void> callback)
Restarts the virtual machine asynchronously.
|
ServiceFuture<Void> |
VirtualMachineScaleSet.restartAsync(ServiceCallback<Void> callback)
Restarts the virtual machines in the scale set asynchronously.
|
ServiceFuture<Void> |
VirtualMachines.restartAsync(String groupName,
String name,
ServiceCallback<Void> callback)
Restarts the virtual machine asynchronously.
|
ServiceFuture<Void> |
VirtualMachineScaleSets.restartAsync(String groupName,
String name,
ServiceCallback<Void> callback)
Restarts the virtual machines in the scale set asynchronously.
|
ServiceFuture<Void> |
Snapshot.revokeAccessAsync(ServiceCallback<Void> callback)
Revoke access granted to the snapshot asynchronously.
|
ServiceFuture<Void> |
Disk.revokeAccessAsync(ServiceCallback<Void> callback)
Revokes access granted to the disk asynchronously.
|
ServiceFuture<Void> |
Snapshots.revokeAccessAsync(String resourceGroupName,
String snapName,
ServiceCallback<Void> callback)
Revoke access granted to the snapshot asynchronously.
|
ServiceFuture<Void> |
Disks.revokeAccessAsync(String resourceGroupName,
String diskName,
ServiceCallback<Void> callback)
Revoke access granted to the snapshot asynchronously.
|
ServiceFuture<Void> |
VirtualMachine.startAsync(ServiceCallback<Void> callback)
Starts the virtual machine asynchronously.
|
ServiceFuture<Void> |
VirtualMachineScaleSet.startAsync(ServiceCallback<Void> callback)
Starts the virtual machines in the scale set asynchronously.
|
ServiceFuture<Void> |
VirtualMachines.startAsync(String groupName,
String name,
ServiceCallback<Void> callback)
Starts the virtual machine asynchronously.
|
ServiceFuture<Void> |
VirtualMachineScaleSets.startAsync(String groupName,
String name,
ServiceCallback<Void> callback)
Starts the virtual machines in the scale set asynchronously.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<Void> |
DataLakeStoreAccounts.addAsync(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName,
ServiceCallback<Void> serviceCallback)
Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
|
ServiceFuture<Void> |
StorageAccounts.addAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String accessKey,
ServiceCallback<Void> serviceCallback)
Updates the specified Data Lake Analytics account to add an Azure Storage account.
|
ServiceFuture<Void> |
DataLakeStoreAccounts.addAsync(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName,
String suffix,
ServiceCallback<Void> serviceCallback)
Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
|
ServiceFuture<Void> |
StorageAccounts.addAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String accessKey,
String suffix,
ServiceCallback<Void> serviceCallback)
Updates the specified Data Lake Analytics account to add an Azure Storage account.
|
ServiceFuture<Void> |
Jobs.beginCancelAsync(String accountName,
UUID jobIdentity,
ServiceCallback<Void> serviceCallback)
Cancels the running job specified by the job ID.
|
ServiceFuture<DataLakeAnalyticsAccount> |
Accounts.beginCreateAsync(String resourceGroupName,
String accountName,
CreateDataLakeAnalyticsAccountParameters parameters,
ServiceCallback<DataLakeAnalyticsAccount> serviceCallback)
Creates the specified Data Lake Analytics account.
|
ServiceFuture<Void> |
Accounts.beginDeleteAsync(String resourceGroupName,
String accountName,
ServiceCallback<Void> serviceCallback)
Begins the delete process for the Data Lake Analytics account object specified by the account name.
|
ServiceFuture<DataLakeAnalyticsAccount> |
Accounts.beginUpdateAsync(String resourceGroupName,
String accountName,
ServiceCallback<DataLakeAnalyticsAccount> serviceCallback)
Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.
|
ServiceFuture<DataLakeAnalyticsAccount> |
Accounts.beginUpdateAsync(String resourceGroupName,
String accountName,
UpdateDataLakeAnalyticsAccountParameters parameters,
ServiceCallback<DataLakeAnalyticsAccount> serviceCallback)
Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.
|
ServiceFuture<JobInformation> |
Jobs.beginUpdateAsync(String accountName,
UUID jobIdentity,
ServiceCallback<JobInformation> serviceCallback)
Updates the job information for the specified job ID.
|
ServiceFuture<JobInformation> |
Jobs.beginUpdateAsync(String accountName,
UUID jobIdentity,
UpdateJobParameters parameters,
ServiceCallback<JobInformation> serviceCallback)
Updates the job information for the specified job ID.
|
ServiceFuture<Void> |
Jobs.beginYieldAsync(String accountName,
UUID jobIdentity,
ServiceCallback<Void> serviceCallback)
Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority.
|
ServiceFuture<JobInformation> |
Jobs.buildAsync(String accountName,
BuildJobParameters parameters,
ServiceCallback<JobInformation> serviceCallback)
Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.
|
ServiceFuture<Void> |
Jobs.cancelAsync(String accountName,
UUID jobIdentity,
ServiceCallback<Void> serviceCallback)
Cancels the running job specified by the job ID.
|
ServiceFuture<NameAvailabilityInformation> |
Accounts.checkNameAvailabilityAsync(String location,
String name,
ServiceCallback<NameAvailabilityInformation> serviceCallback)
Checks whether the specified account name is available or taken.
|
ServiceFuture<DataLakeAnalyticsAccount> |
Accounts.createAsync(String resourceGroupName,
String accountName,
CreateDataLakeAnalyticsAccountParameters parameters,
ServiceCallback<DataLakeAnalyticsAccount> serviceCallback)
Creates the specified Data Lake Analytics account.
|
ServiceFuture<JobInformation> |
Jobs.createAsync(String accountName,
UUID jobIdentity,
CreateJobParameters parameters,
ServiceCallback<JobInformation> serviceCallback)
Submits a job to the specified Data Lake Analytics account.
|
ServiceFuture<Void> |
Catalogs.createCredentialAsync(String accountName,
String databaseName,
String credentialName,
DataLakeAnalyticsCatalogCredentialCreateParameters parameters,
ServiceCallback<Void> serviceCallback)
Creates the specified credential for use with external data sources in the specified database.
|
ServiceFuture<ComputePolicy> |
ComputePolicies.createOrUpdateAsync(String resourceGroupName,
String accountName,
String computePolicyName,
CreateOrUpdateComputePolicyParameters parameters,
ServiceCallback<ComputePolicy> serviceCallback)
Creates or updates the specified compute policy.
|
ServiceFuture<FirewallRule> |
FirewallRules.createOrUpdateAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
String startIpAddress,
String endIpAddress,
ServiceCallback<FirewallRule> serviceCallback)
Creates or updates the specified firewall rule.
|
ServiceFuture<Void> |
Catalogs.createSecretAsync(String accountName,
String databaseName,
String secretName,
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters,
ServiceCallback<Void> serviceCallback)
Creates the specified secret for use with external data sources in the specified database.
|
ServiceFuture<Void> |
Catalogs.deleteAllSecretsAsync(String accountName,
String databaseName,
ServiceCallback<Void> serviceCallback)
Deletes all secrets in the specified database.
|
ServiceFuture<Void> |
Accounts.deleteAsync(String resourceGroupName,
String accountName,
ServiceCallback<Void> serviceCallback)
Begins the delete process for the Data Lake Analytics account object specified by the account name.
|
ServiceFuture<Void> |
StorageAccounts.deleteAsync(String resourceGroupName,
String accountName,
String storageAccountName,
ServiceCallback<Void> serviceCallback)
Updates the specified Data Lake Analytics account to remove an Azure Storage account.
|
ServiceFuture<Void> |
ComputePolicies.deleteAsync(String resourceGroupName,
String accountName,
String computePolicyName,
ServiceCallback<Void> serviceCallback)
Deletes the specified compute policy from the specified Data Lake Analytics account.
|
ServiceFuture<Void> |
FirewallRules.deleteAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
ServiceCallback<Void> serviceCallback)
Deletes the specified firewall rule from the specified Data Lake Analytics account.
|
ServiceFuture<Void> |
DataLakeStoreAccounts.deleteAsync(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName,
ServiceCallback<Void> serviceCallback)
Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account.
|
ServiceFuture<Void> |
Catalogs.deleteCredentialAsync(String accountName,
String databaseName,
String credentialName,
Boolean cascade,
String password,
ServiceCallback<Void> serviceCallback)
Deletes the specified credential in the specified database.
|
ServiceFuture<Void> |
Catalogs.deleteCredentialAsync(String accountName,
String databaseName,
String credentialName,
ServiceCallback<Void> serviceCallback)
Deletes the specified credential in the specified database.
|
ServiceFuture<Void> |
Catalogs.deleteSecretAsync(String accountName,
String databaseName,
String secretName,
ServiceCallback<Void> serviceCallback)
Deletes the specified secret in the specified database.
|
ServiceFuture<USqlAssembly> |
Catalogs.getAssemblyAsync(String accountName,
String databaseName,
String assemblyName,
ServiceCallback<USqlAssembly> serviceCallback)
Retrieves the specified assembly from the Data Lake Analytics catalog.
|
ServiceFuture<DataLakeAnalyticsAccount> |
Accounts.getAsync(String resourceGroupName,
String accountName,
ServiceCallback<DataLakeAnalyticsAccount> serviceCallback)
Gets details of the specified Data Lake Analytics account.
|
ServiceFuture<ComputePolicy> |
ComputePolicies.getAsync(String resourceGroupName,
String accountName,
String computePolicyName,
ServiceCallback<ComputePolicy> serviceCallback)
Gets the specified Data Lake Analytics compute policy.
|
ServiceFuture<DataLakeStoreAccountInformation> |
DataLakeStoreAccounts.getAsync(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName,
ServiceCallback<DataLakeStoreAccountInformation> serviceCallback)
Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.
|
ServiceFuture<FirewallRule> |
FirewallRules.getAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
ServiceCallback<FirewallRule> serviceCallback)
Gets the specified Data Lake Analytics firewall rule.
|
ServiceFuture<StorageAccountInformation> |
StorageAccounts.getAsync(String resourceGroupName,
String accountName,
String storageAccountName,
ServiceCallback<StorageAccountInformation> serviceCallback)
Gets the specified Azure Storage account linked to the given Data Lake Analytics account.
|
ServiceFuture<JobPipelineInformation> |
Pipelines.getAsync(String accountName,
UUID pipelineIdentity,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime,
ServiceCallback<JobPipelineInformation> serviceCallback)
Gets the Pipeline information for the specified pipeline ID.
|
ServiceFuture<JobRecurrenceInformation> |
Recurrences.getAsync(String accountName,
UUID recurrenceIdentity,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime,
ServiceCallback<JobRecurrenceInformation> serviceCallback)
Gets the recurrence information for the specified recurrence ID.
|
ServiceFuture<JobInformation> |
Jobs.getAsync(String accountName,
UUID jobIdentity,
ServiceCallback<JobInformation> serviceCallback)
Gets the job information for the specified job ID.
|
ServiceFuture<JobPipelineInformation> |
Pipelines.getAsync(String accountName,
UUID pipelineIdentity,
ServiceCallback<JobPipelineInformation> serviceCallback)
Gets the Pipeline information for the specified pipeline ID.
|
ServiceFuture<JobRecurrenceInformation> |
Recurrences.getAsync(String accountName,
UUID recurrenceIdentity,
ServiceCallback<JobRecurrenceInformation> serviceCallback)
Gets the recurrence information for the specified recurrence ID.
|
ServiceFuture<CapabilityInformation> |
Locations.getCapabilityAsync(String location,
ServiceCallback<CapabilityInformation> serviceCallback)
Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.
|
ServiceFuture<USqlCredential> |
Catalogs.getCredentialAsync(String accountName,
String databaseName,
String credentialName,
ServiceCallback<USqlCredential> serviceCallback)
Retrieves the specified credential from the Data Lake Analytics catalog.
|
ServiceFuture<USqlDatabase> |
Catalogs.getDatabaseAsync(String accountName,
String databaseName,
ServiceCallback<USqlDatabase> serviceCallback)
Retrieves the specified database from the Data Lake Analytics catalog.
|
ServiceFuture<JobDataPath> |
Jobs.getDebugDataPathAsync(String accountName,
UUID jobIdentity,
ServiceCallback<JobDataPath> serviceCallback)
Gets the job debug data information specified by the job ID.
|
ServiceFuture<USqlExternalDataSource> |
Catalogs.getExternalDataSourceAsync(String accountName,
String databaseName,
String externalDataSourceName,
ServiceCallback<USqlExternalDataSource> serviceCallback)
Retrieves the specified external data source from the Data Lake Analytics catalog.
|
ServiceFuture<USqlPackage> |
Catalogs.getPackageAsync(String accountName,
String databaseName,
String schemaName,
String packageName,
ServiceCallback<USqlPackage> serviceCallback)
Retrieves the specified package from the Data Lake Analytics catalog.
|
ServiceFuture<USqlProcedure> |
Catalogs.getProcedureAsync(String accountName,
String databaseName,
String schemaName,
String procedureName,
ServiceCallback<USqlProcedure> serviceCallback)
Retrieves the specified procedure from the Data Lake Analytics catalog.
|
ServiceFuture<USqlSchema> |
Catalogs.getSchemaAsync(String accountName,
String databaseName,
String schemaName,
ServiceCallback<USqlSchema> serviceCallback)
Retrieves the specified schema from the Data Lake Analytics catalog.
|
ServiceFuture<USqlSecret> |
Catalogs.getSecretAsync(String accountName,
String databaseName,
String secretName,
ServiceCallback<USqlSecret> serviceCallback)
Gets the specified secret in the specified database.
|
ServiceFuture<JobStatistics> |
Jobs.getStatisticsAsync(String accountName,
UUID jobIdentity,
ServiceCallback<JobStatistics> serviceCallback)
Gets statistics of the specified job.
|
ServiceFuture<StorageContainer> |
StorageAccounts.getStorageContainerAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName,
ServiceCallback<StorageContainer> serviceCallback)
Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts.
|
ServiceFuture<USqlTable> |
Catalogs.getTableAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
ServiceCallback<USqlTable> serviceCallback)
Retrieves the specified table from the Data Lake Analytics catalog.
|
ServiceFuture<USqlTablePartition> |
Catalogs.getTablePartitionAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName,
ServiceCallback<USqlTablePartition> serviceCallback)
Retrieves the specified table partition from the Data Lake Analytics catalog.
|
ServiceFuture<USqlTableStatistics> |
Catalogs.getTableStatisticAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String statisticsName,
ServiceCallback<USqlTableStatistics> serviceCallback)
Retrieves the specified table statistics from the Data Lake Analytics catalog.
|
ServiceFuture<USqlTableType> |
Catalogs.getTableTypeAsync(String accountName,
String databaseName,
String schemaName,
String tableTypeName,
ServiceCallback<USqlTableType> serviceCallback)
Retrieves the specified table type from the Data Lake Analytics catalog.
|
ServiceFuture<USqlTableValuedFunction> |
Catalogs.getTableValuedFunctionAsync(String accountName,
String databaseName,
String schemaName,
String tableValuedFunctionName,
ServiceCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the specified table valued function from the Data Lake Analytics catalog.
|
ServiceFuture<USqlView> |
Catalogs.getViewAsync(String accountName,
String databaseName,
String schemaName,
String viewName,
ServiceCallback<USqlView> serviceCallback)
Retrieves the specified view from the Data Lake Analytics catalog.
|
ServiceFuture<Void> |
Catalogs.grantAclAsync(String accountName,
AclCreateOrUpdateParameters parameters,
ServiceCallback<Void> serviceCallback)
Grants an access control list (ACL) entry to the Data Lake Analytics catalog.
|
ServiceFuture<Void> |
Catalogs.grantAclToDatabaseAsync(String accountName,
String databaseName,
AclCreateOrUpdateParameters parameters,
ServiceCallback<Void> serviceCallback)
Grants an access control list (ACL) entry to the database from the Data Lake Analytics catalog.
|
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<OperationListResult> |
Operations.listAsync(ServiceCallback<OperationListResult> serviceCallback)
Lists all of the available Data Lake Analytics REST API operations.
|
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.
|
ServiceFuture<USqlTablePreview> |
Catalogs.previewTableAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
Long maxRows,
Long maxColumns,
ServiceCallback<USqlTablePreview> serviceCallback)
Retrieves a preview set of rows in given table.
|
ServiceFuture<USqlTablePreview> |
Catalogs.previewTableAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
ServiceCallback<USqlTablePreview> serviceCallback)
Retrieves a preview set of rows in given table.
|
ServiceFuture<USqlTablePreview> |
Catalogs.previewTablePartitionAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName,
Long maxRows,
Long maxColumns,
ServiceCallback<USqlTablePreview> serviceCallback)
Retrieves a preview set of rows in given partition.
|
ServiceFuture<USqlTablePreview> |
Catalogs.previewTablePartitionAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName,
ServiceCallback<USqlTablePreview> serviceCallback)
Retrieves a preview set of rows in given partition.
|
ServiceFuture<Void> |
Catalogs.revokeAclAsync(String accountName,
AclDeleteParameters parameters,
ServiceCallback<Void> serviceCallback)
Revokes an access control list (ACL) entry from the Data Lake Analytics catalog.
|
ServiceFuture<Void> |
Catalogs.revokeAclFromDatabaseAsync(String accountName,
String databaseName,
AclDeleteParameters parameters,
ServiceCallback<Void> serviceCallback)
Revokes an access control list (ACL) entry for the database from the Data Lake Analytics catalog.
|
ServiceFuture<DataLakeAnalyticsAccount> |
Accounts.updateAsync(String resourceGroupName,
String accountName,
ServiceCallback<DataLakeAnalyticsAccount> serviceCallback)
Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.
|
ServiceFuture<ComputePolicy> |
ComputePolicies.updateAsync(String resourceGroupName,
String accountName,
String computePolicyName,
ServiceCallback<ComputePolicy> serviceCallback)
Updates the specified compute policy.
|
ServiceFuture<FirewallRule> |
FirewallRules.updateAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
ServiceCallback<FirewallRule> serviceCallback)
Updates the specified firewall rule.
|
ServiceFuture<Void> |
StorageAccounts.updateAsync(String resourceGroupName,
String accountName,
String storageAccountName,
ServiceCallback<Void> serviceCallback)
Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix.
|
ServiceFuture<FirewallRule> |
FirewallRules.updateAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
String startIpAddress,
String endIpAddress,
ServiceCallback<FirewallRule> serviceCallback)
Updates the specified firewall rule.
|
ServiceFuture<Void> |
StorageAccounts.updateAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String accessKey,
String suffix,
ServiceCallback<Void> serviceCallback)
Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix.
|
ServiceFuture<ComputePolicy> |
ComputePolicies.updateAsync(String resourceGroupName,
String accountName,
String computePolicyName,
UpdateComputePolicyParameters parameters,
ServiceCallback<ComputePolicy> serviceCallback)
Updates the specified compute policy.
|
ServiceFuture<DataLakeAnalyticsAccount> |
Accounts.updateAsync(String resourceGroupName,
String accountName,
UpdateDataLakeAnalyticsAccountParameters parameters,
ServiceCallback<DataLakeAnalyticsAccount> serviceCallback)
Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.
|
ServiceFuture<JobInformation> |
Jobs.updateAsync(String accountName,
UUID jobIdentity,
ServiceCallback<JobInformation> serviceCallback)
Updates the job information for the specified job ID.
|
ServiceFuture<JobInformation> |
Jobs.updateAsync(String accountName,
UUID jobIdentity,
UpdateJobParameters parameters,
ServiceCallback<JobInformation> serviceCallback)
Updates the job information for the specified job ID.
|
ServiceFuture<Void> |
Catalogs.updateCredentialAsync(String accountName,
String databaseName,
String credentialName,
DataLakeAnalyticsCatalogCredentialUpdateParameters parameters,
ServiceCallback<Void> serviceCallback)
Modifies the specified credential for use with external data sources in the specified database.
|
ServiceFuture<Void> |
Catalogs.updateSecretAsync(String accountName,
String databaseName,
String secretName,
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters,
ServiceCallback<Void> serviceCallback)
Modifies the specified secret for use with external data sources in the specified database.
|
ServiceFuture<Void> |
Jobs.yieldAsync(String accountName,
UUID jobIdentity,
ServiceCallback<Void> serviceCallback)
Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority.
|
Modifier and Type | Method and Description |
---|---|
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.listAssembliesNextAsync(String nextPageLink,
ServiceFuture<List<USqlAssemblyClr>> serviceFuture,
ListOperationCallback<USqlAssemblyClr> serviceCallback)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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<DataLakeStoreAccount> |
Accounts.beginCreateAsync(String resourceGroupName,
String accountName,
CreateDataLakeStoreAccountParameters parameters,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Creates the specified Data Lake Store account.
|
ServiceFuture<Void> |
Accounts.beginDeleteAsync(String resourceGroupName,
String accountName,
ServiceCallback<Void> serviceCallback)
Deletes the specified Data Lake Store account.
|
ServiceFuture<DataLakeStoreAccount> |
Accounts.beginUpdateAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Updates the specified Data Lake Store account information.
|
ServiceFuture<NameAvailabilityInformation> |
Accounts.checkNameAvailabilityAsync(String location,
String name,
ServiceCallback<NameAvailabilityInformation> serviceCallback)
Checks whether the specified account name is available or taken.
|
ServiceFuture<DataLakeStoreAccount> |
Accounts.createAsync(String resourceGroupName,
String accountName,
CreateDataLakeStoreAccountParameters parameters,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Creates the specified Data Lake Store account.
|
ServiceFuture<TrustedIdProvider> |
TrustedIdProviders.createOrUpdateAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName,
String idProvider,
ServiceCallback<TrustedIdProvider> serviceCallback)
Creates or updates the specified trusted identity provider.
|
ServiceFuture<FirewallRule> |
FirewallRules.createOrUpdateAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
String startIpAddress,
String endIpAddress,
ServiceCallback<FirewallRule> serviceCallback)
Creates or updates the specified firewall rule.
|
ServiceFuture<Void> |
Accounts.deleteAsync(String resourceGroupName,
String accountName,
ServiceCallback<Void> serviceCallback)
Deletes the specified Data Lake Store account.
|
ServiceFuture<Void> |
TrustedIdProviders.deleteAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName,
ServiceCallback<Void> serviceCallback)
Deletes the specified trusted identity provider from the specified Data Lake Store account.
|
ServiceFuture<Void> |
FirewallRules.deleteAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
ServiceCallback<Void> serviceCallback)
Deletes the specified firewall rule from the specified Data Lake Store account.
|
ServiceFuture<Void> |
Accounts.enableKeyVaultAsync(String resourceGroupName,
String accountName,
ServiceCallback<Void> serviceCallback)
Attempts to enable a user managed Key Vault for encryption of the specified Data Lake Store account.
|
ServiceFuture<DataLakeStoreAccount> |
Accounts.getAsync(String resourceGroupName,
String accountName,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Gets the specified Data Lake Store account.
|
ServiceFuture<FirewallRule> |
FirewallRules.getAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
ServiceCallback<FirewallRule> serviceCallback)
Gets the specified Data Lake Store firewall rule.
|
ServiceFuture<TrustedIdProvider> |
TrustedIdProviders.getAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName,
ServiceCallback<TrustedIdProvider> serviceCallback)
Gets the specified Data Lake Store trusted identity provider.
|
ServiceFuture<CapabilityInformation> |
Locations.getCapabilityAsync(String location,
ServiceCallback<CapabilityInformation> serviceCallback)
Gets subscription-level properties and limits for Data Lake Store specified by resource location.
|
ServiceFuture<List<DataLakeStoreAccountBasic>> |
Accounts.listAsync(ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
Lists the Data Lake Store accounts within the subscription.
|
ServiceFuture<OperationListResult> |
Operations.listAsync(ServiceCallback<OperationListResult> serviceCallback)
Lists all of the available Data Lake Store REST API operations.
|
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.
|
ServiceFuture<FirewallRule> |
FirewallRules.updateAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
ServiceCallback<FirewallRule> serviceCallback)
Updates the specified firewall rule.
|
ServiceFuture<TrustedIdProvider> |
TrustedIdProviders.updateAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName,
ServiceCallback<TrustedIdProvider> serviceCallback)
Updates the specified trusted identity provider.
|
ServiceFuture<TrustedIdProvider> |
TrustedIdProviders.updateAsync(String resourceGroupName,
String accountName,
String trustedIdProviderName,
String idProvider,
ServiceCallback<TrustedIdProvider> serviceCallback)
Updates the specified trusted identity provider.
|
ServiceFuture<FirewallRule> |
FirewallRules.updateAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
String startIpAddress,
String endIpAddress,
ServiceCallback<FirewallRule> serviceCallback)
Updates the specified firewall rule.
|
ServiceFuture<DataLakeStoreAccount> |
Accounts.updateAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Updates the specified Data Lake Store account information.
|
Modifier and Type | Method and Description |
---|---|
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.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.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<RoleDefinition> |
RoleDefinitions.getByScopeAndRoleNameAsync(String scope,
String roleName,
ServiceCallback<RoleDefinition> callback)
Gets the information about a role definition based on scope and name.
|
ServiceFuture<RoleAssignment> |
RoleAssignments.getByScopeAsync(String scope,
String name,
ServiceCallback<RoleAssignment> callback)
Gets the information about a role assignment based on scope and name.
|
ServiceFuture<RoleDefinition> |
RoleDefinitions.getByScopeAsync(String scope,
String name,
ServiceCallback<RoleDefinition> callback)
Gets the information about a role definition based on scope and name.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<Void> |
DiagnosticSettings.deleteAsync(String resourceId,
String name,
ServiceCallback<Void> callback)
Asynchronously delete a Diagnostic Setting from Azure, identifying it by its resourceId and name.
|
ServiceFuture<Void> |
ActionGroups.enableReceiverAsync(String resourceGroupName,
String actionGroupName,
String receiverName,
ServiceCallback<Void> callback)
Enable a receiver in an action group.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<FluentModelT> |
GroupableParentResourceWithTagsImpl.applyTagsAsync(ServiceCallback<FluentModelT> callback) |
ServiceFuture<T> |
AppliableWithTags.applyTagsAsync(ServiceCallback<T> callback)
Execute the update request asynchronously.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<Void> |
Deployment.cancelAsync(ServiceCallback<Void> callback)
Cancel a currently running template deployment asynchronously.
|
ServiceFuture<Void> |
GenericResources.deleteAsync(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion,
ServiceCallback<Void> callback)
Delete resource and all of its child resources asynchronously.
|
ServiceFuture<ResourceGroupExportResult> |
ResourceGroup.exportTemplateAsync(ResourceGroupExportTemplateOptions options,
ServiceCallback<ResourceGroupExportResult> callback)
Captures the specified resource group as a template asynchronously.
|
ServiceFuture<DeploymentExportResult> |
Deployment.exportTemplateAsync(ServiceCallback<DeploymentExportResult> callback)
Exports a deployment template asynchronously.
|
ServiceFuture<Void> |
GenericResources.moveResourcesAsync(String sourceResourceGroupName,
ResourceGroup targetResourceGroup,
List<String> resources,
ServiceCallback<Void> callback)
Move resources from one resource group to another asynchronously.
|
ServiceFuture<Provider> |
Providers.registerAsync(String resourceProviderNamespace,
ServiceCallback<Provider> callback)
Registers provider to be used with a subscription asynchronously.
|
ServiceFuture<Feature> |
Features.registerAsync(String resourceProviderName,
String featureName,
ServiceCallback<Feature> callback)
Registers a feature in a resource provider asynchronously.
|
ServiceFuture<Provider> |
Providers.unregisterAsync(String resourceProviderNamespace,
ServiceCallback<Provider> callback)
Unregisters provider from a subscription asynchronously.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<Void> |
SupportsDeletingByParent.deleteByParentAsync(String groupName,
String parentName,
String name,
ServiceCallback<Void> callback)
Asynchronously delete a resource from Azure, identifying it by its name and its resource group.
|
ServiceFuture<Void> |
SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName,
String name,
ServiceCallback<Void> callback)
Asynchronously delete a resource from Azure, identifying it by its name and its resource group.
|
ServiceFuture<T> |
SupportsGettingById.getByIdAsync(String id,
ServiceCallback<T> callback)
Gets the information about a resource from Azure based on the resource id.
|
ServiceFuture<T> |
SupportsGettingByResourceGroup.getByResourceGroupAsync(String resourceGroupName,
String name,
ServiceCallback<T> callback)
Gets the information about a resource from Azure based on the resource name and the name of its resource group.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<Void> |
SupportsBeginDeletingByName.beginDeleteByNameAsync(String name,
ServiceCallback<Void> callback)
Asynchronously begins deleting a resource from Azure, identifying it by its resource name.
|
ServiceFuture<CreatedResources<ResourceT>> |
SupportsBatchCreation.createAsync(ServiceCallback<CreatedResources<ResourceT>> callback,
Creatable<ResourceT>... creatables)
Puts the requests to create a batch of resources into the queue and allow the HTTP client to execute it when
system resources are available.
|
ServiceFuture<CreatedResources<ResourceT>> |
SupportsBatchCreation.createAsync(ServiceCallback<CreatedResources<ResourceT>> callback,
List<Creatable<ResourceT>> creatables)
Puts the requests to create a batch of resources into the queue and allow the HTTP client to execute it when
system resources are available.
|
ServiceFuture<Void> |
SupportsDeletingById.deleteByIdAsync(String id,
ServiceCallback<Void> callback)
Asynchronously delete a resource from Azure, identifying it by its resource ID.
|
ServiceFuture<Void> |
SupportsDeletingByName.deleteByNameAsync(String name,
ServiceCallback<Void> callback)
Asynchronously delete a resource from Azure, identifying it by its resource name.
|
ServiceFuture<InnerT> |
InnerSupportsGet.getByResourceGroupAsync(String resourceGroupName,
String resourceName,
ServiceCallback<InnerT> serviceCallback)
Returns the specific resource asynchronously.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<T> |
Appliable.applyAsync(ServiceCallback<T> callback)
Execute the update request asynchronously.
|
ServiceFuture<T> |
Creatable.createAsync(ServiceCallback<T> callback)
Puts the request into the queue and allow the HTTP client to execute
it when system resources are available.
|
ServiceFuture<T> |
Executable.executeAsync(ServiceCallback<T> callback)
Execute the request asynchronously.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<CheckNameAvailabilityResult> |
SearchServices.checkNameAvailabilityAsync(String name,
ServiceCallback<CheckNameAvailabilityResult> callback)
Checks if Search service name is valid and is not in use asynchronously.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<CheckNameAvailabilityResult> |
ServiceBusNamespaces.checkNameAvailabilityAsync(String name,
ServiceCallback<CheckNameAvailabilityResult> callback)
Checks if namespace name is valid and is not in use asynchronously.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<Void> |
ReplicationLink.failoverAsync(ServiceCallback<Void> callback)
Fails over the Azure SQL Database Replication Link.
|
ServiceFuture<Void> |
ReplicationLink.forceFailoverAllowDataLossAsync(ServiceCallback<Void> callback)
Forces fail over the Azure SQL Database Replication Link which may result in data loss.
|
ServiceFuture<Void> |
SqlWarehouse.pauseDataWarehouseAsync(ServiceCallback<Void> callback)
Pause an Azure SQL Data Warehouse database asynchronously.
|
ServiceFuture<Void> |
SqlWarehouse.resumeDataWarehouseAsync(ServiceCallback<Void> callback)
Resume an Azure SQL Data Warehouse database asynchronously.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<CheckNameAvailabilityResult> |
StorageAccounts.checkNameAvailabilityAsync(String name,
ServiceCallback<CheckNameAvailabilityResult> callback)
Checks that account name is valid and is not in use asynchronously.
|
ServiceFuture<List<StorageAccountKey>> |
StorageAccount.getKeysAsync(ServiceCallback<List<StorageAccountKey>> callback)
Fetch the up-to-date access keys from Azure for this storage account asynchronously.
|
ServiceFuture<List<StorageAccountKey>> |
StorageAccount.regenerateKeyAsync(String keyName,
ServiceCallback<List<StorageAccountKey>> callback)
Regenerates the access keys for this storage account asynchronously.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<CheckProfileDnsNameAvailabilityResult> |
TrafficManagerProfiles.checkDnsNameAvailabilityAsync(String dnsNameLabel,
ServiceCallback<CheckProfileDnsNameAvailabilityResult> callback)
Asynchronously checks that the DNS name is valid for traffic manager profile and is not in use.
|
Modifier and Type | Method and Description |
---|---|
static ServiceFuture<Void> |
ServiceFuture.fromBody(rx.Completable completable,
ServiceCallback<Void> callback)
Creates a ServiceFuture from an Completable object and a callback.
|
static <T> ServiceFuture<T> |
ServiceFuture.fromBody(rx.Observable<T> observable,
ServiceCallback<T> callback)
Creates a ServiceFuture from an observable object and a callback.
|
static <T,V> ServiceFuture<T> |
ServiceFuture.fromHeaderResponse(rx.Observable<ServiceResponseWithHeaders<T,V>> observable,
ServiceCallback<T> callback)
Creates a ServiceCall from an observable and a callback for a header response.
|
static <T> ServiceFuture<T> |
ServiceFuture.fromResponse(rx.Observable<ServiceResponse<T>> observable)
Creates a ServiceCall from an observable object.
|
static <T> ServiceFuture<T> |
ServiceFuture.fromResponse(rx.Observable<ServiceResponse<T>> observable,
ServiceCallback<T> callback)
Creates a ServiceCall from an observable object and a callback.
|
Copyright © 2019. All rights reserved.