Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
PoolSpecification |
AutoPoolSpecification.pool()
Get the pool value.
|
PoolSpecification |
PoolSpecification.withApplicationLicenses(List<String> applicationLicenses)
Set the applicationLicenses value.
|
PoolSpecification |
PoolSpecification.withApplicationPackageReferences(List<ApplicationPackageReference> applicationPackageReferences)
Set the applicationPackageReferences value.
|
PoolSpecification |
PoolSpecification.withAutoScaleEvaluationInterval(org.joda.time.Period autoScaleEvaluationInterval)
Set the autoScaleEvaluationInterval value.
|
PoolSpecification |
PoolSpecification.withAutoScaleFormula(String autoScaleFormula)
Set the autoScaleFormula value.
|
PoolSpecification |
PoolSpecification.withCertificateReferences(List<CertificateReference> certificateReferences)
Set the certificateReferences value.
|
PoolSpecification |
PoolSpecification.withCloudServiceConfiguration(CloudServiceConfiguration cloudServiceConfiguration)
Set the cloudServiceConfiguration value.
|
PoolSpecification |
PoolSpecification.withDisplayName(String displayName)
Set the displayName value.
|
PoolSpecification |
PoolSpecification.withEnableAutoScale(Boolean enableAutoScale)
Set the enableAutoScale value.
|
PoolSpecification |
PoolSpecification.withEnableInterNodeCommunication(Boolean enableInterNodeCommunication)
Set the enableInterNodeCommunication value.
|
PoolSpecification |
PoolSpecification.withMaxTasksPerNode(Integer maxTasksPerNode)
Set the maxTasksPerNode value.
|
PoolSpecification |
PoolSpecification.withMetadata(List<MetadataItem> metadata)
Set the metadata value.
|
PoolSpecification |
PoolSpecification.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Set the networkConfiguration value.
|
PoolSpecification |
PoolSpecification.withResizeTimeout(org.joda.time.Period resizeTimeout)
Set the resizeTimeout value.
|
PoolSpecification |
PoolSpecification.withStartTask(StartTask startTask)
Set the startTask value.
|
PoolSpecification |
PoolSpecification.withTargetDedicatedNodes(Integer targetDedicatedNodes)
Set the targetDedicatedNodes value.
|
PoolSpecification |
PoolSpecification.withTargetLowPriorityNodes(Integer targetLowPriorityNodes)
Set the targetLowPriorityNodes value.
|
PoolSpecification |
PoolSpecification.withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)
Set the taskSchedulingPolicy value.
|
PoolSpecification |
PoolSpecification.withUserAccounts(List<UserAccount> userAccounts)
Set the userAccounts value.
|
PoolSpecification |
PoolSpecification.withVirtualMachineConfiguration(VirtualMachineConfiguration virtualMachineConfiguration)
Set the virtualMachineConfiguration value.
|
PoolSpecification |
PoolSpecification.withVmSize(String vmSize)
Set the vmSize value.
|
Modifier and Type | Method and Description |
---|---|
AutoPoolSpecification |
AutoPoolSpecification.withPool(PoolSpecification pool)
Set the pool value.
|
Copyright © 2019. All rights reserved.