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 |
---|---|
CloudPool |
PoolOperations.getPool(String poolId)
Gets the specified
CloudPool . |
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 . |
Modifier and Type | Method and Description |
---|---|
List<CloudPool> |
PoolOperations.listPools()
Lists the
pools in the Batch account. |
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. |
Modifier and Type | Method and Description |
---|---|
CloudPool |
Pools.get(String poolId)
Gets information about the specified pool.
|
CloudPool |
Pools.get(String poolId,
PoolGetOptions poolGetOptions)
Gets information about the specified pool.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<CloudPool> |
Pools.getAsync(String poolId)
Gets information about the specified pool.
|
rx.Observable<CloudPool> |
Pools.getAsync(String poolId,
PoolGetOptions poolGetOptions)
Gets information about the specified pool.
|
ServiceFuture<CloudPool> |
Pools.getAsync(String poolId,
PoolGetOptions poolGetOptions,
ServiceCallback<CloudPool> serviceCallback)
Gets information about the specified pool.
|
ServiceFuture<CloudPool> |
Pools.getAsync(String poolId,
ServiceCallback<CloudPool> serviceCallback)
Gets information about the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<CloudPool,PoolGetHeaders>> |
Pools.getWithServiceResponseAsync(String poolId)
Gets information about the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<CloudPool,PoolGetHeaders>> |
Pools.getWithServiceResponseAsync(String poolId,
PoolGetOptions poolGetOptions)
Gets information about the specified pool.
|
PagedList<CloudPool> |
Pools.list()
Lists all of the pools in the specified account.
|
PagedList<CloudPool> |
Pools.list(PoolListOptions poolListOptions)
Lists all of the pools in the specified account.
|
rx.Observable<Page<CloudPool>> |
Pools.listAsync()
Lists all of the pools in the specified account.
|
ServiceFuture<List<CloudPool>> |
Pools.listAsync(ListOperationCallback<CloudPool> serviceCallback)
Lists all of the pools in the specified account.
|
rx.Observable<Page<CloudPool>> |
Pools.listAsync(PoolListOptions poolListOptions)
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.
|
PagedList<CloudPool> |
Pools.listNext(String nextPageLink)
Lists all of the pools in the specified account.
|
PagedList<CloudPool> |
Pools.listNext(String nextPageLink,
PoolListNextOptions poolListNextOptions)
Lists all of the pools in the specified account.
|
rx.Observable<Page<CloudPool>> |
Pools.listNextAsync(String nextPageLink)
Lists all of the pools in the specified account.
|
rx.Observable<Page<CloudPool>> |
Pools.listNextAsync(String nextPageLink,
PoolListNextOptions poolListNextOptions)
Lists all of the pools 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<CloudPool>> |
Pools.listNextAsync(String nextPageLink,
ServiceFuture<List<CloudPool>> serviceFuture,
ListOperationCallback<CloudPool> serviceCallback)
Lists all of the pools 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<CloudPool>,PoolListHeaders>> |
Pools.listNextWithServiceResponseAsync(String nextPageLink,
PoolListNextOptions poolListNextOptions)
Lists all of the pools 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<CloudPool>,PoolListHeaders>> |
Pools.listWithServiceResponseAsync(PoolListOptions poolListOptions)
Lists all of the pools in the specified account.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<CloudPool> |
Pools.getAsync(String poolId,
PoolGetOptions poolGetOptions,
ServiceCallback<CloudPool> serviceCallback)
Gets information about the specified pool.
|
ServiceFuture<CloudPool> |
Pools.getAsync(String poolId,
ServiceCallback<CloudPool> serviceCallback)
Gets information about the specified pool.
|
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<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<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<CloudPool>> |
Pools.listNextAsync(String nextPageLink,
ServiceFuture<List<CloudPool>> serviceFuture,
ListOperationCallback<CloudPool> serviceCallback)
Lists all of the pools 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.
|
Modifier and Type | Method and Description |
---|---|
CloudPool |
CloudPool.withAllocationState(AllocationState allocationState)
Set the allocationState value.
|
CloudPool |
CloudPool.withAllocationStateTransitionTime(org.joda.time.DateTime allocationStateTransitionTime)
Set the allocationStateTransitionTime value.
|
CloudPool |
CloudPool.withApplicationLicenses(List<String> applicationLicenses)
Set the applicationLicenses value.
|
CloudPool |
CloudPool.withApplicationPackageReferences(List<ApplicationPackageReference> applicationPackageReferences)
Set the applicationPackageReferences value.
|
CloudPool |
CloudPool.withAutoScaleEvaluationInterval(org.joda.time.Period autoScaleEvaluationInterval)
Set the autoScaleEvaluationInterval value.
|
CloudPool |
CloudPool.withAutoScaleFormula(String autoScaleFormula)
Set the autoScaleFormula value.
|
CloudPool |
CloudPool.withAutoScaleRun(AutoScaleRun autoScaleRun)
Set the autoScaleRun value.
|
CloudPool |
CloudPool.withCertificateReferences(List<CertificateReference> certificateReferences)
Set the certificateReferences value.
|
CloudPool |
CloudPool.withCloudServiceConfiguration(CloudServiceConfiguration cloudServiceConfiguration)
Set the cloudServiceConfiguration value.
|
CloudPool |
CloudPool.withCreationTime(org.joda.time.DateTime creationTime)
Set the creationTime value.
|
CloudPool |
CloudPool.withCurrentDedicatedNodes(Integer currentDedicatedNodes)
Set the currentDedicatedNodes value.
|
CloudPool |
CloudPool.withCurrentLowPriorityNodes(Integer currentLowPriorityNodes)
Set the currentLowPriorityNodes value.
|
CloudPool |
CloudPool.withDisplayName(String displayName)
Set the displayName value.
|
CloudPool |
CloudPool.withEnableAutoScale(Boolean enableAutoScale)
Set the enableAutoScale value.
|
CloudPool |
CloudPool.withEnableInterNodeCommunication(Boolean enableInterNodeCommunication)
Set the enableInterNodeCommunication value.
|
CloudPool |
CloudPool.withETag(String eTag)
Set the eTag value.
|
CloudPool |
CloudPool.withId(String id)
Set the id value.
|
CloudPool |
CloudPool.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
CloudPool |
CloudPool.withMaxTasksPerNode(Integer maxTasksPerNode)
Set the maxTasksPerNode value.
|
CloudPool |
CloudPool.withMetadata(List<MetadataItem> metadata)
Set the metadata value.
|
CloudPool |
CloudPool.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Set the networkConfiguration value.
|
CloudPool |
CloudPool.withResizeErrors(List<ResizeError> resizeErrors)
Set the resizeErrors value.
|
CloudPool |
CloudPool.withResizeTimeout(org.joda.time.Period resizeTimeout)
Set the resizeTimeout value.
|
CloudPool |
CloudPool.withStartTask(StartTask startTask)
Set the startTask value.
|
CloudPool |
CloudPool.withState(PoolState state)
Set the state value.
|
CloudPool |
CloudPool.withStateTransitionTime(org.joda.time.DateTime stateTransitionTime)
Set the stateTransitionTime value.
|
CloudPool |
CloudPool.withStats(PoolStatistics stats)
Set the stats value.
|
CloudPool |
CloudPool.withTargetDedicatedNodes(Integer targetDedicatedNodes)
Set the targetDedicatedNodes value.
|
CloudPool |
CloudPool.withTargetLowPriorityNodes(Integer targetLowPriorityNodes)
Set the targetLowPriorityNodes value.
|
CloudPool |
CloudPool.withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)
Set the taskSchedulingPolicy value.
|
CloudPool |
CloudPool.withUrl(String url)
Set the url value.
|
CloudPool |
CloudPool.withUserAccounts(List<UserAccount> userAccounts)
Set the userAccounts value.
|
CloudPool |
CloudPool.withVirtualMachineConfiguration(VirtualMachineConfiguration virtualMachineConfiguration)
Set the virtualMachineConfiguration value.
|
CloudPool |
CloudPool.withVmSize(String vmSize)
Set the vmSize value.
|
Copyright © 2019. All rights reserved.