Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
ComputeNode |
ComputeNodeOperations.getComputeNode(String poolId,
String nodeId)
Gets the specified compute node.
|
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.
|
Modifier and Type | Method and Description |
---|---|
List<ComputeNode> |
ComputeNodeOperations.listComputeNodes(String poolId)
Lists the
compute nodes of the specified pool. |
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. |
Modifier and Type | Method and Description |
---|---|
void |
PoolOperations.removeNodesFromPool(String poolId,
Collection<ComputeNode> computeNodes)
Removes the specified compute nodes from the specified pool.
|
void |
PoolOperations.removeNodesFromPool(String poolId,
Collection<ComputeNode> computeNodes,
ComputeNodeDeallocationOption deallocationOption)
Removes the specified compute nodes from the specified pool.
|
void |
PoolOperations.removeNodesFromPool(String poolId,
Collection<ComputeNode> computeNodes,
ComputeNodeDeallocationOption deallocationOption,
org.joda.time.Period resizeTimeout,
Iterable<BatchClientBehavior> additionalBehaviors)
Removes the specified compute nodes from the specified pool.
|
Modifier and Type | Method and Description |
---|---|
ComputeNode |
ComputeNodes.get(String poolId,
String nodeId)
Gets information about the specified compute node.
|
ComputeNode |
ComputeNodes.get(String poolId,
String nodeId,
ComputeNodeGetOptions computeNodeGetOptions)
Gets information about the specified compute node.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<ComputeNode> |
ComputeNodes.getAsync(String poolId,
String nodeId)
Gets information about the specified compute node.
|
rx.Observable<ComputeNode> |
ComputeNodes.getAsync(String poolId,
String nodeId,
ComputeNodeGetOptions computeNodeGetOptions)
Gets information about the specified compute node.
|
ServiceFuture<ComputeNode> |
ComputeNodes.getAsync(String poolId,
String nodeId,
ComputeNodeGetOptions computeNodeGetOptions,
ServiceCallback<ComputeNode> serviceCallback)
Gets information about the specified compute node.
|
ServiceFuture<ComputeNode> |
ComputeNodes.getAsync(String poolId,
String nodeId,
ServiceCallback<ComputeNode> serviceCallback)
Gets information about the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<ComputeNode,ComputeNodeGetHeaders>> |
ComputeNodes.getWithServiceResponseAsync(String poolId,
String nodeId)
Gets information about the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<ComputeNode,ComputeNodeGetHeaders>> |
ComputeNodes.getWithServiceResponseAsync(String poolId,
String nodeId,
ComputeNodeGetOptions computeNodeGetOptions)
Gets information about the specified compute node.
|
PagedList<ComputeNode> |
ComputeNodes.list(String poolId)
Lists the compute nodes in the specified pool.
|
PagedList<ComputeNode> |
ComputeNodes.list(String poolId,
ComputeNodeListOptions computeNodeListOptions)
Lists the compute nodes in the specified pool.
|
rx.Observable<Page<ComputeNode>> |
ComputeNodes.listAsync(String poolId)
Lists the compute nodes in the specified pool.
|
rx.Observable<Page<ComputeNode>> |
ComputeNodes.listAsync(String poolId,
ComputeNodeListOptions computeNodeListOptions)
Lists the compute nodes in the specified pool.
|
ServiceFuture<List<ComputeNode>> |
ComputeNodes.listAsync(String poolId,
ComputeNodeListOptions computeNodeListOptions,
ListOperationCallback<ComputeNode> serviceCallback)
Lists the compute nodes in the specified pool.
|
ServiceFuture<List<ComputeNode>> |
ComputeNodes.listAsync(String poolId,
ListOperationCallback<ComputeNode> serviceCallback)
Lists the compute nodes in the specified pool.
|
PagedList<ComputeNode> |
ComputeNodes.listNext(String nextPageLink)
Lists the compute nodes in the specified pool.
|
PagedList<ComputeNode> |
ComputeNodes.listNext(String nextPageLink,
ComputeNodeListNextOptions computeNodeListNextOptions)
Lists the compute nodes in the specified pool.
|
rx.Observable<Page<ComputeNode>> |
ComputeNodes.listNextAsync(String nextPageLink)
Lists the compute nodes in the specified pool.
|
rx.Observable<Page<ComputeNode>> |
ComputeNodes.listNextAsync(String nextPageLink,
ComputeNodeListNextOptions computeNodeListNextOptions)
Lists the compute nodes in the specified pool.
|
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<ComputeNode>> |
ComputeNodes.listNextAsync(String nextPageLink,
ServiceFuture<List<ComputeNode>> serviceFuture,
ListOperationCallback<ComputeNode> serviceCallback)
Lists the compute nodes in the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Page<ComputeNode>,ComputeNodeListHeaders>> |
ComputeNodes.listNextWithServiceResponseAsync(String nextPageLink)
Lists the compute nodes in the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Page<ComputeNode>,ComputeNodeListHeaders>> |
ComputeNodes.listNextWithServiceResponseAsync(String nextPageLink,
ComputeNodeListNextOptions computeNodeListNextOptions)
Lists the compute nodes in the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Page<ComputeNode>,ComputeNodeListHeaders>> |
ComputeNodes.listWithServiceResponseAsync(String poolId)
Lists the compute nodes in the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Page<ComputeNode>,ComputeNodeListHeaders>> |
ComputeNodes.listWithServiceResponseAsync(String poolId,
ComputeNodeListOptions computeNodeListOptions)
Lists the compute nodes in the specified pool.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<ComputeNode> |
ComputeNodes.getAsync(String poolId,
String nodeId,
ComputeNodeGetOptions computeNodeGetOptions,
ServiceCallback<ComputeNode> serviceCallback)
Gets information about the specified compute node.
|
ServiceFuture<ComputeNode> |
ComputeNodes.getAsync(String poolId,
String nodeId,
ServiceCallback<ComputeNode> serviceCallback)
Gets information about the specified compute node.
|
ServiceFuture<List<ComputeNode>> |
ComputeNodes.listAsync(String poolId,
ComputeNodeListOptions computeNodeListOptions,
ListOperationCallback<ComputeNode> serviceCallback)
Lists the compute nodes in the specified pool.
|
ServiceFuture<List<ComputeNode>> |
ComputeNodes.listAsync(String poolId,
ListOperationCallback<ComputeNode> serviceCallback)
Lists the compute nodes in the specified pool.
|
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<ComputeNode>> |
ComputeNodes.listNextAsync(String nextPageLink,
ComputeNodeListNextOptions computeNodeListNextOptions,
ServiceFuture<List<ComputeNode>> serviceFuture,
ListOperationCallback<ComputeNode> serviceCallback)
Lists the compute nodes in the specified pool.
|
ServiceFuture<List<ComputeNode>> |
ComputeNodes.listNextAsync(String nextPageLink,
ServiceFuture<List<ComputeNode>> serviceFuture,
ListOperationCallback<ComputeNode> serviceCallback)
Lists the compute nodes in the specified pool.
|
ServiceFuture<List<ComputeNode>> |
ComputeNodes.listNextAsync(String nextPageLink,
ServiceFuture<List<ComputeNode>> serviceFuture,
ListOperationCallback<ComputeNode> serviceCallback)
Lists the compute nodes in the specified pool.
|
Modifier and Type | Method and Description |
---|---|
ComputeNode |
ComputeNode.withAffinityId(String affinityId)
Set the affinityId value.
|
ComputeNode |
ComputeNode.withAllocationTime(org.joda.time.DateTime allocationTime)
Set the allocationTime value.
|
ComputeNode |
ComputeNode.withCertificateReferences(List<CertificateReference> certificateReferences)
Set the certificateReferences value.
|
ComputeNode |
ComputeNode.withEndpointConfiguration(ComputeNodeEndpointConfiguration endpointConfiguration)
Set the endpointConfiguration value.
|
ComputeNode |
ComputeNode.withErrors(List<ComputeNodeError> errors)
Set the errors value.
|
ComputeNode |
ComputeNode.withId(String id)
Set the id value.
|
ComputeNode |
ComputeNode.withIpAddress(String ipAddress)
Set the ipAddress value.
|
ComputeNode |
ComputeNode.withIsDedicated(Boolean isDedicated)
Set the isDedicated value.
|
ComputeNode |
ComputeNode.withLastBootTime(org.joda.time.DateTime lastBootTime)
Set the lastBootTime value.
|
ComputeNode |
ComputeNode.withRecentTasks(List<TaskInformation> recentTasks)
Set the recentTasks value.
|
ComputeNode |
ComputeNode.withRunningTasksCount(Integer runningTasksCount)
Set the runningTasksCount value.
|
ComputeNode |
ComputeNode.withSchedulingState(SchedulingState schedulingState)
Set the schedulingState value.
|
ComputeNode |
ComputeNode.withStartTask(StartTask startTask)
Set the startTask value.
|
ComputeNode |
ComputeNode.withStartTaskInfo(StartTaskInformation startTaskInfo)
Set the startTaskInfo value.
|
ComputeNode |
ComputeNode.withState(ComputeNodeState state)
Set the state value.
|
ComputeNode |
ComputeNode.withStateTransitionTime(org.joda.time.DateTime stateTransitionTime)
Set the stateTransitionTime value.
|
ComputeNode |
ComputeNode.withTotalTasksRun(Integer totalTasksRun)
Set the totalTasksRun value.
|
ComputeNode |
ComputeNode.withTotalTasksSucceeded(Integer totalTasksSucceeded)
Set the totalTasksSucceeded value.
|
ComputeNode |
ComputeNode.withUrl(String url)
Set the url value.
|
ComputeNode |
ComputeNode.withVmSize(String vmSize)
Set the vmSize value.
|
Copyright © 2019. All rights reserved.