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 |
---|---|
void |
PoolOperations.createPool(PoolAddParameter pool)
Adds a pool to the Batch account.
|
void |
PoolOperations.createPool(PoolAddParameter pool,
Iterable<BatchClientBehavior> additionalBehaviors)
Adds a pool to the Batch account.
|
Modifier and Type | Method and Description |
---|---|
void |
Pools.add(PoolAddParameter pool)
Adds a pool to the specified account.
|
void |
Pools.add(PoolAddParameter pool,
PoolAddOptions poolAddOptions)
Adds a pool to the specified account.
|
rx.Observable<Void> |
Pools.addAsync(PoolAddParameter pool)
Adds a pool to the specified account.
|
rx.Observable<Void> |
Pools.addAsync(PoolAddParameter pool,
PoolAddOptions poolAddOptions)
Adds a pool 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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
PoolAddParameter |
PoolAddParameter.withApplicationLicenses(List<String> applicationLicenses)
Set the applicationLicenses value.
|
PoolAddParameter |
PoolAddParameter.withApplicationPackageReferences(List<ApplicationPackageReference> applicationPackageReferences)
Set the applicationPackageReferences value.
|
PoolAddParameter |
PoolAddParameter.withAutoScaleEvaluationInterval(org.joda.time.Period autoScaleEvaluationInterval)
Set the autoScaleEvaluationInterval value.
|
PoolAddParameter |
PoolAddParameter.withAutoScaleFormula(String autoScaleFormula)
Set the autoScaleFormula value.
|
PoolAddParameter |
PoolAddParameter.withCertificateReferences(List<CertificateReference> certificateReferences)
Set the certificateReferences value.
|
PoolAddParameter |
PoolAddParameter.withCloudServiceConfiguration(CloudServiceConfiguration cloudServiceConfiguration)
Set the cloudServiceConfiguration value.
|
PoolAddParameter |
PoolAddParameter.withDisplayName(String displayName)
Set the displayName value.
|
PoolAddParameter |
PoolAddParameter.withEnableAutoScale(Boolean enableAutoScale)
Set the enableAutoScale value.
|
PoolAddParameter |
PoolAddParameter.withEnableInterNodeCommunication(Boolean enableInterNodeCommunication)
Set the enableInterNodeCommunication value.
|
PoolAddParameter |
PoolAddParameter.withId(String id)
Set the id value.
|
PoolAddParameter |
PoolAddParameter.withMaxTasksPerNode(Integer maxTasksPerNode)
Set the maxTasksPerNode value.
|
PoolAddParameter |
PoolAddParameter.withMetadata(List<MetadataItem> metadata)
Set the metadata value.
|
PoolAddParameter |
PoolAddParameter.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Set the networkConfiguration value.
|
PoolAddParameter |
PoolAddParameter.withResizeTimeout(org.joda.time.Period resizeTimeout)
Set the resizeTimeout value.
|
PoolAddParameter |
PoolAddParameter.withStartTask(StartTask startTask)
Set the startTask value.
|
PoolAddParameter |
PoolAddParameter.withTargetDedicatedNodes(Integer targetDedicatedNodes)
Set the targetDedicatedNodes value.
|
PoolAddParameter |
PoolAddParameter.withTargetLowPriorityNodes(Integer targetLowPriorityNodes)
Set the targetLowPriorityNodes value.
|
PoolAddParameter |
PoolAddParameter.withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)
Set the taskSchedulingPolicy value.
|
PoolAddParameter |
PoolAddParameter.withUserAccounts(List<UserAccount> userAccounts)
Set the userAccounts value.
|
PoolAddParameter |
PoolAddParameter.withVirtualMachineConfiguration(VirtualMachineConfiguration virtualMachineConfiguration)
Set the virtualMachineConfiguration value.
|
PoolAddParameter |
PoolAddParameter.withVmSize(String vmSize)
Set the vmSize value.
|
Copyright © 2019. All rights reserved.