Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
void |
PoolOperations.patchPool(String poolId,
StartTask startTask,
Collection<CertificateReference> certificateReferences,
Collection<ApplicationPackageReference> applicationPackageReferences,
Collection<MetadataItem> metadata)
Updates the specified pool.
|
void |
PoolOperations.patchPool(String poolId,
StartTask startTask,
Collection<CertificateReference> certificateReferences,
Collection<ApplicationPackageReference> applicationPackageReferences,
Collection<MetadataItem> metadata,
Iterable<BatchClientBehavior> additionalBehaviors)
Updates the specified pool.
|
void |
PoolOperations.updatePoolProperties(String poolId,
StartTask startTask,
Collection<CertificateReference> certificateReferences,
Collection<ApplicationPackageReference> applicationPackageReferences,
Collection<MetadataItem> metadata)
Updates the specified pool.
|
void |
PoolOperations.updatePoolProperties(String poolId,
StartTask startTask,
Collection<CertificateReference> certificateReferences,
Collection<ApplicationPackageReference> applicationPackageReferences,
Collection<MetadataItem> metadata,
Iterable<BatchClientBehavior> additionalBehaviors)
Updates the specified pool.
|
Modifier and Type | Method and Description |
---|---|
StartTask |
PoolUpdatePropertiesParameter.startTask()
Get the startTask value.
|
StartTask |
CloudPool.startTask()
Get the startTask value.
|
StartTask |
PoolSpecification.startTask()
Get the startTask value.
|
StartTask |
ComputeNode.startTask()
Get the startTask value.
|
StartTask |
PoolAddParameter.startTask()
Get the startTask value.
|
StartTask |
PoolPatchParameter.startTask()
Get the startTask value.
|
StartTask |
StartTask.withCommandLine(String commandLine)
Set the commandLine value.
|
StartTask |
StartTask.withContainerSettings(TaskContainerSettings containerSettings)
Set the containerSettings value.
|
StartTask |
StartTask.withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
Set the environmentSettings value.
|
StartTask |
StartTask.withMaxTaskRetryCount(Integer maxTaskRetryCount)
Set the maxTaskRetryCount value.
|
StartTask |
StartTask.withResourceFiles(List<ResourceFile> resourceFiles)
Set the resourceFiles value.
|
StartTask |
StartTask.withUserIdentity(UserIdentity userIdentity)
Set the userIdentity value.
|
StartTask |
StartTask.withWaitForSuccess(Boolean waitForSuccess)
Set the waitForSuccess value.
|
Modifier and Type | Method and Description |
---|---|
PoolUpdatePropertiesParameter |
PoolUpdatePropertiesParameter.withStartTask(StartTask startTask)
Set the startTask value.
|
CloudPool |
CloudPool.withStartTask(StartTask startTask)
Set the startTask value.
|
PoolSpecification |
PoolSpecification.withStartTask(StartTask startTask)
Set the startTask value.
|
ComputeNode |
ComputeNode.withStartTask(StartTask startTask)
Set the startTask value.
|
PoolAddParameter |
PoolAddParameter.withStartTask(StartTask startTask)
Set the startTask value.
|
PoolPatchParameter |
PoolPatchParameter.withStartTask(StartTask startTask)
Set the startTask value.
|
Copyright © 2019. All rights reserved.