rx.Observable<ServiceResponseWithHeaders<TaskAddCollectionResult,TaskAddCollectionHeaders>> |
Tasks.addCollectionWithServiceResponseAsync(String jobId,
List<TaskAddParameter> value)
Adds a collection of tasks to the specified job.
|
rx.Observable<ServiceResponseWithHeaders<TaskAddCollectionResult,TaskAddCollectionHeaders>> |
Tasks.addCollectionWithServiceResponseAsync(String jobId,
List<TaskAddParameter> value,
TaskAddCollectionOptions taskAddCollectionOptions)
Adds a collection of tasks to the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeAddUserHeaders>> |
ComputeNodes.addUserWithServiceResponseAsync(String poolId,
String nodeId,
ComputeNodeUser user)
Adds a user account to the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeAddUserHeaders>> |
ComputeNodes.addUserWithServiceResponseAsync(String poolId,
String nodeId,
ComputeNodeUser user,
ComputeNodeAddUserOptions computeNodeAddUserOptions)
Adds a user account to the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,CertificateAddHeaders>> |
Certificates.addWithServiceResponseAsync(CertificateAddParameter certificate)
Adds a certificate to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,CertificateAddHeaders>> |
Certificates.addWithServiceResponseAsync(CertificateAddParameter certificate,
CertificateAddOptions certificateAddOptions)
Adds a certificate to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobAddHeaders>> |
Jobs.addWithServiceResponseAsync(JobAddParameter job)
Adds a job to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobAddHeaders>> |
Jobs.addWithServiceResponseAsync(JobAddParameter job,
JobAddOptions jobAddOptions)
Adds a job to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleAddHeaders>> |
JobSchedules.addWithServiceResponseAsync(JobScheduleAddParameter cloudJobSchedule)
Adds a job schedule to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleAddHeaders>> |
JobSchedules.addWithServiceResponseAsync(JobScheduleAddParameter cloudJobSchedule,
JobScheduleAddOptions jobScheduleAddOptions)
Adds a job schedule to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolAddHeaders>> |
Pools.addWithServiceResponseAsync(PoolAddParameter pool)
Adds a pool to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolAddHeaders>> |
Pools.addWithServiceResponseAsync(PoolAddParameter pool,
PoolAddOptions poolAddOptions)
Adds a pool to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,TaskAddHeaders>> |
Tasks.addWithServiceResponseAsync(String jobId,
TaskAddParameter task)
Adds a task to the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Void,TaskAddHeaders>> |
Tasks.addWithServiceResponseAsync(String jobId,
TaskAddParameter task,
TaskAddOptions taskAddOptions)
Adds a task to the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Void,CertificateCancelDeletionHeaders>> |
Certificates.cancelDeletionWithServiceResponseAsync(String thumbprintAlgorithm,
String thumbprint)
Cancels a failed deletion of a certificate from the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,CertificateCancelDeletionHeaders>> |
Certificates.cancelDeletionWithServiceResponseAsync(String thumbprintAlgorithm,
String thumbprint,
CertificateCancelDeletionOptions certificateCancelDeletionOptions)
Cancels a failed deletion of a certificate from the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,FileDeleteFromComputeNodeHeaders>> |
Files.deleteFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
String filePath)
Deletes the specified file from the compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,FileDeleteFromComputeNodeHeaders>> |
Files.deleteFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
String filePath,
Boolean recursive,
FileDeleteFromComputeNodeOptions fileDeleteFromComputeNodeOptions)
Deletes the specified file from the compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,FileDeleteFromTaskHeaders>> |
Files.deleteFromTaskWithServiceResponseAsync(String jobId,
String taskId,
String filePath)
Deletes the specified task file from the compute node where the task ran.
|
rx.Observable<ServiceResponseWithHeaders<Void,FileDeleteFromTaskHeaders>> |
Files.deleteFromTaskWithServiceResponseAsync(String jobId,
String taskId,
String filePath,
Boolean recursive,
FileDeleteFromTaskOptions fileDeleteFromTaskOptions)
Deletes the specified task file from the compute node where the task ran.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeDeleteUserHeaders>> |
ComputeNodes.deleteUserWithServiceResponseAsync(String poolId,
String nodeId,
String userName)
Deletes a user account from the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeDeleteUserHeaders>> |
ComputeNodes.deleteUserWithServiceResponseAsync(String poolId,
String nodeId,
String userName,
ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions)
Deletes a user account from the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobDeleteHeaders>> |
Jobs.deleteWithServiceResponseAsync(String jobId)
Deletes a job.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolDeleteHeaders>> |
Pools.deleteWithServiceResponseAsync(String poolId)
Deletes a pool from the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleDeleteHeaders>> |
JobSchedules.deleteWithServiceResponseAsync(String jobScheduleId)
Deletes a job schedule from the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobDeleteHeaders>> |
Jobs.deleteWithServiceResponseAsync(String jobId,
JobDeleteOptions jobDeleteOptions)
Deletes a job.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleDeleteHeaders>> |
JobSchedules.deleteWithServiceResponseAsync(String jobScheduleId,
JobScheduleDeleteOptions jobScheduleDeleteOptions)
Deletes a job schedule from the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolDeleteHeaders>> |
Pools.deleteWithServiceResponseAsync(String poolId,
PoolDeleteOptions poolDeleteOptions)
Deletes a pool from the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,CertificateDeleteHeaders>> |
Certificates.deleteWithServiceResponseAsync(String thumbprintAlgorithm,
String thumbprint)
Deletes a certificate from the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,TaskDeleteHeaders>> |
Tasks.deleteWithServiceResponseAsync(String jobId,
String taskId)
Deletes a task from the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Void,CertificateDeleteHeaders>> |
Certificates.deleteWithServiceResponseAsync(String thumbprintAlgorithm,
String thumbprint,
CertificateDeleteOptions certificateDeleteOptions)
Deletes a certificate from the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,TaskDeleteHeaders>> |
Tasks.deleteWithServiceResponseAsync(String jobId,
String taskId,
TaskDeleteOptions taskDeleteOptions)
Deletes a task from the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolDisableAutoScaleHeaders>> |
Pools.disableAutoScaleWithServiceResponseAsync(String poolId)
Disables automatic scaling for a pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolDisableAutoScaleHeaders>> |
Pools.disableAutoScaleWithServiceResponseAsync(String poolId,
PoolDisableAutoScaleOptions poolDisableAutoScaleOptions)
Disables automatic scaling for a pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeDisableSchedulingHeaders>> |
ComputeNodes.disableSchedulingWithServiceResponseAsync(String poolId,
String nodeId)
Disables task scheduling on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeDisableSchedulingHeaders>> |
ComputeNodes.disableSchedulingWithServiceResponseAsync(String poolId,
String nodeId,
DisableComputeNodeSchedulingOption nodeDisableSchedulingOption,
ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions)
Disables task scheduling on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleDisableHeaders>> |
JobSchedules.disableWithServiceResponseAsync(String jobScheduleId)
Disables a job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobDisableHeaders>> |
Jobs.disableWithServiceResponseAsync(String jobId,
DisableJobOption disableTasks)
Disables the specified job, preventing new tasks from running.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobDisableHeaders>> |
Jobs.disableWithServiceResponseAsync(String jobId,
DisableJobOption disableTasks,
JobDisableOptions jobDisableOptions)
Disables the specified job, preventing new tasks from running.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleDisableHeaders>> |
JobSchedules.disableWithServiceResponseAsync(String jobScheduleId,
JobScheduleDisableOptions jobScheduleDisableOptions)
Disables a job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolEnableAutoScaleHeaders>> |
Pools.enableAutoScaleWithServiceResponseAsync(String poolId,
PoolEnableAutoScaleParameter poolEnableAutoScaleParameter)
Enables automatic scaling for a pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolEnableAutoScaleHeaders>> |
Pools.enableAutoScaleWithServiceResponseAsync(String poolId,
PoolEnableAutoScaleParameter poolEnableAutoScaleParameter,
PoolEnableAutoScaleOptions poolEnableAutoScaleOptions)
Enables automatic scaling for a pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeEnableSchedulingHeaders>> |
ComputeNodes.enableSchedulingWithServiceResponseAsync(String poolId,
String nodeId)
Enables task scheduling on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeEnableSchedulingHeaders>> |
ComputeNodes.enableSchedulingWithServiceResponseAsync(String poolId,
String nodeId,
ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions)
Enables task scheduling on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobEnableHeaders>> |
Jobs.enableWithServiceResponseAsync(String jobId)
Enables the specified job, allowing new tasks to run.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleEnableHeaders>> |
JobSchedules.enableWithServiceResponseAsync(String jobScheduleId)
Enables a job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobEnableHeaders>> |
Jobs.enableWithServiceResponseAsync(String jobId,
JobEnableOptions jobEnableOptions)
Enables the specified job, allowing new tasks to run.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleEnableHeaders>> |
JobSchedules.enableWithServiceResponseAsync(String jobScheduleId,
JobScheduleEnableOptions jobScheduleEnableOptions)
Enables a job schedule.
|
rx.Observable<ServiceResponseWithHeaders<AutoScaleRun,PoolEvaluateAutoScaleHeaders>> |
Pools.evaluateAutoScaleWithServiceResponseAsync(String poolId,
String autoScaleFormula)
Gets the result of evaluating an automatic scaling formula on the pool.
|
rx.Observable<ServiceResponseWithHeaders<AutoScaleRun,PoolEvaluateAutoScaleHeaders>> |
Pools.evaluateAutoScaleWithServiceResponseAsync(String poolId,
String autoScaleFormula,
PoolEvaluateAutoScaleOptions poolEvaluateAutoScaleOptions)
Gets the result of evaluating an automatic scaling formula on the pool.
|
rx.Observable<ServiceResponseWithHeaders<Boolean,PoolExistsHeaders>> |
Pools.existsWithServiceResponseAsync(String poolId)
Gets basic properties of a pool.
|
rx.Observable<ServiceResponseWithHeaders<Boolean,JobScheduleExistsHeaders>> |
JobSchedules.existsWithServiceResponseAsync(String jobScheduleId)
Checks the specified job schedule exists.
|
rx.Observable<ServiceResponseWithHeaders<Boolean,JobScheduleExistsHeaders>> |
JobSchedules.existsWithServiceResponseAsync(String jobScheduleId,
JobScheduleExistsOptions jobScheduleExistsOptions)
Checks the specified job schedule exists.
|
rx.Observable<ServiceResponseWithHeaders<Boolean,PoolExistsHeaders>> |
Pools.existsWithServiceResponseAsync(String poolId,
PoolExistsOptions poolExistsOptions)
Gets basic properties of a pool.
|
rx.Observable<ServiceResponseWithHeaders<JobStatistics,JobGetAllLifetimeStatisticsHeaders>> |
Jobs.getAllLifetimeStatisticsWithServiceResponseAsync()
Gets lifetime summary statistics for all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<PoolStatistics,PoolGetAllLifetimeStatisticsHeaders>> |
Pools.getAllLifetimeStatisticsWithServiceResponseAsync()
Gets lifetime summary statistics for all of the pools in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<JobStatistics,JobGetAllLifetimeStatisticsHeaders>> |
Jobs.getAllLifetimeStatisticsWithServiceResponseAsync(JobGetAllLifetimeStatisticsOptions jobGetAllLifetimeStatisticsOptions)
Gets lifetime summary statistics for all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<PoolStatistics,PoolGetAllLifetimeStatisticsHeaders>> |
Pools.getAllLifetimeStatisticsWithServiceResponseAsync(PoolGetAllLifetimeStatisticsOptions poolGetAllLifetimeStatisticsOptions)
Gets lifetime summary statistics for all of the pools in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<InputStream,FileGetFromComputeNodeHeaders>> |
Files.getFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
String filePath)
Returns the content of the specified compute node file.
|
rx.Observable<ServiceResponseWithHeaders<InputStream,FileGetFromComputeNodeHeaders>> |
Files.getFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
String filePath,
FileGetFromComputeNodeOptions fileGetFromComputeNodeOptions)
Returns the content of the specified compute node file.
|
rx.Observable<ServiceResponseWithHeaders<InputStream,FileGetFromTaskHeaders>> |
Files.getFromTaskWithServiceResponseAsync(String jobId,
String taskId,
String filePath)
Returns the content of the specified task file.
|
rx.Observable<ServiceResponseWithHeaders<InputStream,FileGetFromTaskHeaders>> |
Files.getFromTaskWithServiceResponseAsync(String jobId,
String taskId,
String filePath,
FileGetFromTaskOptions fileGetFromTaskOptions)
Returns the content of the specified task file.
|
rx.Observable<ServiceResponseWithHeaders<Void,FileGetPropertiesFromComputeNodeHeaders>> |
Files.getPropertiesFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
String filePath)
Gets the properties of the specified compute node file.
|
rx.Observable<ServiceResponseWithHeaders<Void,FileGetPropertiesFromComputeNodeHeaders>> |
Files.getPropertiesFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
String filePath,
FileGetPropertiesFromComputeNodeOptions fileGetPropertiesFromComputeNodeOptions)
Gets the properties of the specified compute node file.
|
rx.Observable<ServiceResponseWithHeaders<Void,FileGetPropertiesFromTaskHeaders>> |
Files.getPropertiesFromTaskWithServiceResponseAsync(String jobId,
String taskId,
String filePath)
Gets the properties of the specified task file.
|
rx.Observable<ServiceResponseWithHeaders<Void,FileGetPropertiesFromTaskHeaders>> |
Files.getPropertiesFromTaskWithServiceResponseAsync(String jobId,
String taskId,
String filePath,
FileGetPropertiesFromTaskOptions fileGetPropertiesFromTaskOptions)
Gets the properties of the specified task file.
|
rx.Observable<ServiceResponseWithHeaders<InputStream,ComputeNodeGetRemoteDesktopHeaders>> |
ComputeNodes.getRemoteDesktopWithServiceResponseAsync(String poolId,
String nodeId)
Gets the Remote Desktop Protocol file for the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<InputStream,ComputeNodeGetRemoteDesktopHeaders>> |
ComputeNodes.getRemoteDesktopWithServiceResponseAsync(String poolId,
String nodeId,
ComputeNodeGetRemoteDesktopOptions computeNodeGetRemoteDesktopOptions)
Gets the Remote Desktop Protocol file for the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<ComputeNodeGetRemoteLoginSettingsResult,ComputeNodeGetRemoteLoginSettingsHeaders>> |
ComputeNodes.getRemoteLoginSettingsWithServiceResponseAsync(String poolId,
String nodeId)
Gets the settings required for remote login to a compute node.
|
rx.Observable<ServiceResponseWithHeaders<ComputeNodeGetRemoteLoginSettingsResult,ComputeNodeGetRemoteLoginSettingsHeaders>> |
ComputeNodes.getRemoteLoginSettingsWithServiceResponseAsync(String poolId,
String nodeId,
ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions)
Gets the settings required for remote login to a compute node.
|
rx.Observable<ServiceResponseWithHeaders<TaskCounts,JobGetTaskCountsHeaders>> |
Jobs.getTaskCountsWithServiceResponseAsync(String jobId)
Gets the task counts for the specified job.
|
rx.Observable<ServiceResponseWithHeaders<TaskCounts,JobGetTaskCountsHeaders>> |
Jobs.getTaskCountsWithServiceResponseAsync(String jobId,
JobGetTaskCountsOptions jobGetTaskCountsOptions)
Gets the task counts for the specified job.
|
rx.Observable<ServiceResponseWithHeaders<CloudJob,JobGetHeaders>> |
Jobs.getWithServiceResponseAsync(String jobId)
Gets information about the specified job.
|
rx.Observable<ServiceResponseWithHeaders<ApplicationSummary,ApplicationGetHeaders>> |
Applications.getWithServiceResponseAsync(String applicationId)
Gets information about the specified application.
|
rx.Observable<ServiceResponseWithHeaders<CloudPool,PoolGetHeaders>> |
Pools.getWithServiceResponseAsync(String poolId)
Gets information about the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<CloudJobSchedule,JobScheduleGetHeaders>> |
JobSchedules.getWithServiceResponseAsync(String jobScheduleId)
Gets information about the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<ApplicationSummary,ApplicationGetHeaders>> |
Applications.getWithServiceResponseAsync(String applicationId,
ApplicationGetOptions applicationGetOptions)
Gets information about the specified application.
|
rx.Observable<ServiceResponseWithHeaders<CloudJob,JobGetHeaders>> |
Jobs.getWithServiceResponseAsync(String jobId,
JobGetOptions jobGetOptions)
Gets information about the specified job.
|
rx.Observable<ServiceResponseWithHeaders<CloudJobSchedule,JobScheduleGetHeaders>> |
JobSchedules.getWithServiceResponseAsync(String jobScheduleId,
JobScheduleGetOptions jobScheduleGetOptions)
Gets information about the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<CloudPool,PoolGetHeaders>> |
Pools.getWithServiceResponseAsync(String poolId,
PoolGetOptions poolGetOptions)
Gets information about the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<ComputeNode,ComputeNodeGetHeaders>> |
ComputeNodes.getWithServiceResponseAsync(String poolId,
String nodeId)
Gets information about the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Certificate,CertificateGetHeaders>> |
Certificates.getWithServiceResponseAsync(String thumbprintAlgorithm,
String thumbprint)
Gets information about the specified certificate.
|
rx.Observable<ServiceResponseWithHeaders<CloudTask,TaskGetHeaders>> |
Tasks.getWithServiceResponseAsync(String jobId,
String taskId)
Gets information about the specified task.
|
rx.Observable<ServiceResponseWithHeaders<Certificate,CertificateGetHeaders>> |
Certificates.getWithServiceResponseAsync(String thumbprintAlgorithm,
String thumbprint,
CertificateGetOptions certificateGetOptions)
Gets information about the specified certificate.
|
rx.Observable<ServiceResponseWithHeaders<ComputeNode,ComputeNodeGetHeaders>> |
ComputeNodes.getWithServiceResponseAsync(String poolId,
String nodeId,
ComputeNodeGetOptions computeNodeGetOptions)
Gets information about the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<CloudTask,TaskGetHeaders>> |
Tasks.getWithServiceResponseAsync(String jobId,
String taskId,
TaskGetOptions taskGetOptions)
Gets information about the specified task.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> |
Files.listFromComputeNodeNextWithServiceResponseAsync(String nextPageLink)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> |
Files.listFromComputeNodeNextWithServiceResponseAsync(String nextPageLink,
FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> |
Files.listFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> |
Files.listFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
Boolean recursive,
FileListFromComputeNodeOptions fileListFromComputeNodeOptions)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListFromJobScheduleHeaders>> |
Jobs.listFromJobScheduleNextWithServiceResponseAsync(String nextPageLink)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListFromJobScheduleHeaders>> |
Jobs.listFromJobScheduleNextWithServiceResponseAsync(String nextPageLink,
JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListFromJobScheduleHeaders>> |
Jobs.listFromJobScheduleWithServiceResponseAsync(String jobScheduleId)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListFromJobScheduleHeaders>> |
Jobs.listFromJobScheduleWithServiceResponseAsync(String jobScheduleId,
JobListFromJobScheduleOptions jobListFromJobScheduleOptions)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> |
Files.listFromTaskNextWithServiceResponseAsync(String nextPageLink)
Lists the files in a task's directory on its compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> |
Files.listFromTaskNextWithServiceResponseAsync(String nextPageLink,
FileListFromTaskNextOptions fileListFromTaskNextOptions)
Lists the files in a task's directory on its compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> |
Files.listFromTaskWithServiceResponseAsync(String jobId,
String taskId)
Lists the files in a task's directory on its compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> |
Files.listFromTaskWithServiceResponseAsync(String jobId,
String taskId,
Boolean recursive,
FileListFromTaskOptions fileListFromTaskOptions)
Lists the files in a task's directory on its compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<ComputeNode>,ComputeNodeListHeaders>> |
ComputeNodes.listNextWithServiceResponseAsync(String nextPageLink)
Lists the compute nodes in the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Page<Certificate>,CertificateListHeaders>> |
Certificates.listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the certificates that have been added to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> |
Jobs.listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> |
Applications.listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the applications available in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudPool>,PoolListHeaders>> |
Pools.listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the pools in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudTask>,TaskListHeaders>> |
Tasks.listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> |
JobSchedules.listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the job schedules in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> |
Applications.listNextWithServiceResponseAsync(String nextPageLink,
ApplicationListNextOptions applicationListNextOptions)
Lists all of the applications available in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<Certificate>,CertificateListHeaders>> |
Certificates.listNextWithServiceResponseAsync(String nextPageLink,
CertificateListNextOptions certificateListNextOptions)
Lists all of the certificates that have been added to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ComputeNode>,ComputeNodeListHeaders>> |
ComputeNodes.listNextWithServiceResponseAsync(String nextPageLink,
ComputeNodeListNextOptions computeNodeListNextOptions)
Lists the compute nodes in the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> |
Jobs.listNextWithServiceResponseAsync(String nextPageLink,
JobListNextOptions jobListNextOptions)
Lists all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> |
JobSchedules.listNextWithServiceResponseAsync(String nextPageLink,
JobScheduleListNextOptions jobScheduleListNextOptions)
Lists all of the job schedules in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudPool>,PoolListHeaders>> |
Pools.listNextWithServiceResponseAsync(String nextPageLink,
PoolListNextOptions poolListNextOptions)
Lists all of the pools in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudTask>,TaskListHeaders>> |
Tasks.listNextWithServiceResponseAsync(String nextPageLink,
TaskListNextOptions taskListNextOptions)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeAgentSku>,AccountListNodeAgentSkusHeaders>> |
Accounts.listNodeAgentSkusNextWithServiceResponseAsync(String nextPageLink)
Lists all node agent SKUs supported by the Azure Batch service.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeAgentSku>,AccountListNodeAgentSkusHeaders>> |
Accounts.listNodeAgentSkusNextWithServiceResponseAsync(String nextPageLink,
AccountListNodeAgentSkusNextOptions accountListNodeAgentSkusNextOptions)
Lists all node agent SKUs supported by the Azure Batch service.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeAgentSku>,AccountListNodeAgentSkusHeaders>> |
Accounts.listNodeAgentSkusWithServiceResponseAsync()
Lists all node agent SKUs supported by the Azure Batch service.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeAgentSku>,AccountListNodeAgentSkusHeaders>> |
Accounts.listNodeAgentSkusWithServiceResponseAsync(AccountListNodeAgentSkusOptions accountListNodeAgentSkusOptions)
Lists all node agent SKUs supported by the Azure Batch service.
|
rx.Observable<ServiceResponseWithHeaders<Page<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> |
Jobs.listPreparationAndReleaseTaskStatusNextWithServiceResponseAsync(String nextPageLink)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<ServiceResponseWithHeaders<Page<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> |
Jobs.listPreparationAndReleaseTaskStatusNextWithServiceResponseAsync(String nextPageLink,
JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<ServiceResponseWithHeaders<Page<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> |
Jobs.listPreparationAndReleaseTaskStatusWithServiceResponseAsync(String jobId)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<ServiceResponseWithHeaders<Page<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> |
Jobs.listPreparationAndReleaseTaskStatusWithServiceResponseAsync(String jobId,
JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<ServiceResponseWithHeaders<CloudTaskListSubtasksResult,TaskListSubtasksHeaders>> |
Tasks.listSubtasksWithServiceResponseAsync(String jobId,
String taskId)
Lists all of the subtasks that are associated with the specified multi-instance task.
|
rx.Observable<ServiceResponseWithHeaders<CloudTaskListSubtasksResult,TaskListSubtasksHeaders>> |
Tasks.listSubtasksWithServiceResponseAsync(String jobId,
String taskId,
TaskListSubtasksOptions taskListSubtasksOptions)
Lists all of the subtasks that are associated with the specified multi-instance task.
|
rx.Observable<ServiceResponseWithHeaders<Page<PoolUsageMetrics>,PoolListUsageMetricsHeaders>> |
Pools.listUsageMetricsNextWithServiceResponseAsync(String nextPageLink)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<PoolUsageMetrics>,PoolListUsageMetricsHeaders>> |
Pools.listUsageMetricsNextWithServiceResponseAsync(String nextPageLink,
PoolListUsageMetricsNextOptions poolListUsageMetricsNextOptions)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<PoolUsageMetrics>,PoolListUsageMetricsHeaders>> |
Pools.listUsageMetricsWithServiceResponseAsync()
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<PoolUsageMetrics>,PoolListUsageMetricsHeaders>> |
Pools.listUsageMetricsWithServiceResponseAsync(PoolListUsageMetricsOptions poolListUsageMetricsOptions)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<Certificate>,CertificateListHeaders>> |
Certificates.listWithServiceResponseAsync()
Lists all of the certificates that have been added to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> |
Jobs.listWithServiceResponseAsync()
Lists all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> |
Applications.listWithServiceResponseAsync()
Lists all of the applications available in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudPool>,PoolListHeaders>> |
Pools.listWithServiceResponseAsync()
Lists all of the pools in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> |
JobSchedules.listWithServiceResponseAsync()
Lists all of the job schedules in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> |
Applications.listWithServiceResponseAsync(ApplicationListOptions applicationListOptions)
Lists all of the applications available in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<Certificate>,CertificateListHeaders>> |
Certificates.listWithServiceResponseAsync(CertificateListOptions certificateListOptions)
Lists all of the certificates that have been added to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> |
Jobs.listWithServiceResponseAsync(JobListOptions jobListOptions)
Lists all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> |
JobSchedules.listWithServiceResponseAsync(JobScheduleListOptions jobScheduleListOptions)
Lists all of the job schedules in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudPool>,PoolListHeaders>> |
Pools.listWithServiceResponseAsync(PoolListOptions poolListOptions)
Lists all of the pools in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ComputeNode>,ComputeNodeListHeaders>> |
ComputeNodes.listWithServiceResponseAsync(String poolId)
Lists the compute nodes in the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudTask>,TaskListHeaders>> |
Tasks.listWithServiceResponseAsync(String jobId)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Page<ComputeNode>,ComputeNodeListHeaders>> |
ComputeNodes.listWithServiceResponseAsync(String poolId,
ComputeNodeListOptions computeNodeListOptions)
Lists the compute nodes in the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudTask>,TaskListHeaders>> |
Tasks.listWithServiceResponseAsync(String jobId,
TaskListOptions taskListOptions)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobPatchHeaders>> |
Jobs.patchWithServiceResponseAsync(String jobId,
JobPatchParameter jobPatchParameter)
Updates the properties of the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobPatchHeaders>> |
Jobs.patchWithServiceResponseAsync(String jobId,
JobPatchParameter jobPatchParameter,
JobPatchOptions jobPatchOptions)
Updates the properties of the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobSchedulePatchHeaders>> |
JobSchedules.patchWithServiceResponseAsync(String jobScheduleId,
JobSchedulePatchParameter jobSchedulePatchParameter)
Updates the properties of the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobSchedulePatchHeaders>> |
JobSchedules.patchWithServiceResponseAsync(String jobScheduleId,
JobSchedulePatchParameter jobSchedulePatchParameter,
JobSchedulePatchOptions jobSchedulePatchOptions)
Updates the properties of the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolPatchHeaders>> |
Pools.patchWithServiceResponseAsync(String poolId,
PoolPatchParameter poolPatchParameter)
Updates the properties of the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolPatchHeaders>> |
Pools.patchWithServiceResponseAsync(String poolId,
PoolPatchParameter poolPatchParameter,
PoolPatchOptions poolPatchOptions)
Updates the properties of the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,TaskReactivateHeaders>> |
Tasks.reactivateWithServiceResponseAsync(String jobId,
String taskId)
Reactivates a task, allowing it to run again even if its retry count has been exhausted.
|
rx.Observable<ServiceResponseWithHeaders<Void,TaskReactivateHeaders>> |
Tasks.reactivateWithServiceResponseAsync(String jobId,
String taskId,
TaskReactivateOptions taskReactivateOptions)
Reactivates a task, allowing it to run again even if its retry count has been exhausted.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeRebootHeaders>> |
ComputeNodes.rebootWithServiceResponseAsync(String poolId,
String nodeId)
Restarts the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeRebootHeaders>> |
ComputeNodes.rebootWithServiceResponseAsync(String poolId,
String nodeId,
ComputeNodeRebootOption nodeRebootOption,
ComputeNodeRebootOptions computeNodeRebootOptions)
Restarts the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeReimageHeaders>> |
ComputeNodes.reimageWithServiceResponseAsync(String poolId,
String nodeId)
Reinstalls the operating system on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeReimageHeaders>> |
ComputeNodes.reimageWithServiceResponseAsync(String poolId,
String nodeId,
ComputeNodeReimageOption nodeReimageOption,
ComputeNodeReimageOptions computeNodeReimageOptions)
Reinstalls the operating system on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolRemoveNodesHeaders>> |
Pools.removeNodesWithServiceResponseAsync(String poolId,
NodeRemoveParameter nodeRemoveParameter)
Removes compute nodes from the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolRemoveNodesHeaders>> |
Pools.removeNodesWithServiceResponseAsync(String poolId,
NodeRemoveParameter nodeRemoveParameter,
PoolRemoveNodesOptions poolRemoveNodesOptions)
Removes compute nodes from the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolResizeHeaders>> |
Pools.resizeWithServiceResponseAsync(String poolId,
PoolResizeParameter poolResizeParameter)
Changes the number of compute nodes that are assigned to a pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolResizeHeaders>> |
Pools.resizeWithServiceResponseAsync(String poolId,
PoolResizeParameter poolResizeParameter,
PoolResizeOptions poolResizeOptions)
Changes the number of compute nodes that are assigned to a pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolStopResizeHeaders>> |
Pools.stopResizeWithServiceResponseAsync(String poolId)
Stops an ongoing resize operation on the pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolStopResizeHeaders>> |
Pools.stopResizeWithServiceResponseAsync(String poolId,
PoolStopResizeOptions poolStopResizeOptions)
Stops an ongoing resize operation on the pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobTerminateHeaders>> |
Jobs.terminateWithServiceResponseAsync(String jobId)
Terminates the specified job, marking it as completed.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleTerminateHeaders>> |
JobSchedules.terminateWithServiceResponseAsync(String jobScheduleId)
Terminates a job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleTerminateHeaders>> |
JobSchedules.terminateWithServiceResponseAsync(String jobScheduleId,
JobScheduleTerminateOptions jobScheduleTerminateOptions)
Terminates a job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,TaskTerminateHeaders>> |
Tasks.terminateWithServiceResponseAsync(String jobId,
String taskId)
Terminates the specified task.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobTerminateHeaders>> |
Jobs.terminateWithServiceResponseAsync(String jobId,
String terminateReason,
JobTerminateOptions jobTerminateOptions)
Terminates the specified job, marking it as completed.
|
rx.Observable<ServiceResponseWithHeaders<Void,TaskTerminateHeaders>> |
Tasks.terminateWithServiceResponseAsync(String jobId,
String taskId,
TaskTerminateOptions taskTerminateOptions)
Terminates the specified task.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolUpdatePropertiesHeaders>> |
Pools.updatePropertiesWithServiceResponseAsync(String poolId,
PoolUpdatePropertiesParameter poolUpdatePropertiesParameter)
Updates the properties of the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolUpdatePropertiesHeaders>> |
Pools.updatePropertiesWithServiceResponseAsync(String poolId,
PoolUpdatePropertiesParameter poolUpdatePropertiesParameter,
PoolUpdatePropertiesOptions poolUpdatePropertiesOptions)
Updates the properties of the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeUpdateUserHeaders>> |
ComputeNodes.updateUserWithServiceResponseAsync(String poolId,
String nodeId,
String userName,
NodeUpdateUserParameter nodeUpdateUserParameter)
Updates the password and expiration time of a user account on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeUpdateUserHeaders>> |
ComputeNodes.updateUserWithServiceResponseAsync(String poolId,
String nodeId,
String userName,
NodeUpdateUserParameter nodeUpdateUserParameter,
ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions)
Updates the password and expiration time of a user account on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleUpdateHeaders>> |
JobSchedules.updateWithServiceResponseAsync(String jobScheduleId,
JobScheduleUpdateParameter jobScheduleUpdateParameter)
Updates the properties of the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleUpdateHeaders>> |
JobSchedules.updateWithServiceResponseAsync(String jobScheduleId,
JobScheduleUpdateParameter jobScheduleUpdateParameter,
JobScheduleUpdateOptions jobScheduleUpdateOptions)
Updates the properties of the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobUpdateHeaders>> |
Jobs.updateWithServiceResponseAsync(String jobId,
JobUpdateParameter jobUpdateParameter)
Updates the properties of the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobUpdateHeaders>> |
Jobs.updateWithServiceResponseAsync(String jobId,
JobUpdateParameter jobUpdateParameter,
JobUpdateOptions jobUpdateOptions)
Updates the properties of the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Void,TaskUpdateHeaders>> |
Tasks.updateWithServiceResponseAsync(String jobId,
String taskId)
Updates the properties of the specified task.
|
rx.Observable<ServiceResponseWithHeaders<Void,TaskUpdateHeaders>> |
Tasks.updateWithServiceResponseAsync(String jobId,
String taskId,
TaskConstraints constraints,
TaskUpdateOptions taskUpdateOptions)
Updates the properties of the specified task.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolUpgradeOSHeaders>> |
Pools.upgradeOSWithServiceResponseAsync(String poolId,
String targetOSVersion)
Upgrades the operating system of the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Void,PoolUpgradeOSHeaders>> |
Pools.upgradeOSWithServiceResponseAsync(String poolId,
String targetOSVersion,
PoolUpgradeOSOptions poolUpgradeOSOptions)
Upgrades the operating system of the specified pool.
|