Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
com.microsoft.azure.batch.interceptor |
This package contains classes for modifying requests to the Batch service.
|
Modifier and Type | Method and Description |
---|---|
DetailLevel |
DetailLevel.Builder.build()
Create a DetailLevel class instance.
|
Modifier and Type | Method and Description |
---|---|
Certificate |
CertificateOperations.getCertificate(String thumbprintAlgorithm,
String thumbprint,
DetailLevel detailLevel)
Gets the specified
Certificate . |
Certificate |
CertificateOperations.getCertificate(String thumbprintAlgorithm,
String thumbprint,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Gets the specified
Certificate . |
ComputeNode |
ComputeNodeOperations.getComputeNode(String poolId,
String nodeId,
DetailLevel detailLevel)
Gets the specified compute node.
|
ComputeNode |
ComputeNodeOperations.getComputeNode(String poolId,
String nodeId,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Gets the specified compute node.
|
CloudJob |
JobOperations.getJob(String jobId,
DetailLevel detailLevel)
Gets the specified
CloudJob . |
CloudJob |
JobOperations.getJob(String jobId,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Gets the specified
CloudJob . |
CloudJobSchedule |
JobScheduleOperations.getJobSchedule(String jobScheduleId,
DetailLevel detailLevel)
Gets the specified
CloudJobSchedule . |
CloudJobSchedule |
JobScheduleOperations.getJobSchedule(String jobScheduleId,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Gets the specified
CloudJobSchedule . |
CloudPool |
PoolOperations.getPool(String poolId,
DetailLevel detailLevel)
Gets the specified
CloudPool . |
CloudPool |
PoolOperations.getPool(String poolId,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Gets the specified
CloudPool . |
CloudTask |
TaskOperations.getTask(String jobId,
String taskId,
DetailLevel detailLevel)
Gets the specified
CloudTask . |
CloudTask |
TaskOperations.getTask(String jobId,
String taskId,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Gets the specified
CloudTask . |
List<Certificate> |
CertificateOperations.listCertificates(DetailLevel detailLevel)
Lists the
certificates in the Batch account. |
List<Certificate> |
CertificateOperations.listCertificates(DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists the
certificates in the Batch account. |
List<ComputeNode> |
ComputeNodeOperations.listComputeNodes(String poolId,
DetailLevel detailLevel)
Lists the
compute nodes of the specified pool. |
List<ComputeNode> |
ComputeNodeOperations.listComputeNodes(String poolId,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists the
compute nodes of the specified pool. |
List<NodeFile> |
FileOperations.listFilesFromComputeNode(String poolId,
String nodeId,
Boolean recursive,
DetailLevel detailLevel)
Lists files on the specified compute node.
|
List<NodeFile> |
FileOperations.listFilesFromComputeNode(String poolId,
String nodeId,
Boolean recursive,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists files on the specified compute node.
|
List<NodeFile> |
FileOperations.listFilesFromTask(String jobId,
String taskId,
Boolean recursive,
DetailLevel detailLevel)
Lists the files in the specified task's directory on its compute node.
|
List<NodeFile> |
FileOperations.listFilesFromTask(String jobId,
String taskId,
Boolean recursive,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists the files in the specified task's directory on its compute node.
|
List<CloudJob> |
JobOperations.listJobs(DetailLevel detailLevel)
Lists the
jobs in the Batch account. |
List<CloudJob> |
JobOperations.listJobs(DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists the
jobs in the Batch account. |
List<CloudJob> |
JobOperations.listJobs(String jobScheduleId,
DetailLevel detailLevel)
Lists the
jobs created under the specified job schedule. |
List<CloudJob> |
JobOperations.listJobs(String jobScheduleId,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists the
jobs created under the specified jobSchedule. |
List<CloudJobSchedule> |
JobScheduleOperations.listJobSchedules(DetailLevel detailLevel)
Lists the
job schedules in the Batch account. |
List<CloudJobSchedule> |
JobScheduleOperations.listJobSchedules(DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists the
job schedules in the Batch account. |
List<NodeAgentSku> |
AccountOperations.listNodeAgentSkus(DetailLevel detailLevel)
Lists the node agent SKU values supported by the Batch service.
|
List<NodeAgentSku> |
AccountOperations.listNodeAgentSkus(DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists the node agent SKU values supported by the Batch service.
|
List<CloudPool> |
PoolOperations.listPools(DetailLevel detailLevel)
Lists the
pools in the Batch account. |
List<CloudPool> |
PoolOperations.listPools(DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists the
pools in the Batch account. |
List<PoolUsageMetrics> |
PoolOperations.listPoolUsageMetrics(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
DetailLevel detailLevel)
Lists pool usage metrics.
|
List<PoolUsageMetrics> |
PoolOperations.listPoolUsageMetrics(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists pool usage metrics.
|
List<SubtaskInformation> |
TaskOperations.listSubtasks(String jobId,
String taskId,
DetailLevel detailLevel)
Lists the
subtasks of the specified task. |
List<SubtaskInformation> |
TaskOperations.listSubtasks(String jobId,
String taskId,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists the
subtasks of the specified task. |
List<CloudTask> |
TaskOperations.listTasks(String jobId,
DetailLevel detailLevel)
Lists the
tasks of the specified job. |
List<CloudTask> |
TaskOperations.listTasks(String jobId,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists the
tasks of the specified job. |
Modifier and Type | Method and Description |
---|---|
DetailLevel |
DetailLevelInterceptor.detailLevel()
Gets the detail level applied by this
DetailLevelInterceptor instance. |
Constructor and Description |
---|
DetailLevelInterceptor(DetailLevel detailLevel)
Initializes a new
DetailLevelInterceptor for applying a DetailLevel object to a request. |
Copyright © 2019. All rights reserved.