Pool.Update Interface
public interface Update extends Settable<BatchAccount.Update>,Pool.UpdateStages.WithAttach
L’intégralité d’une mise à jour de pool Batch dans le cadre d’une mise à jour de compte Batch.
Membres hérités
Settable<ParentT>.parent()
Pool.UpdateStages.WithAttach.withApplicationLicenses(List<String> applicationLicenses)
Pool.UpdateStages.WithAttach.withApplicationPackages(List<ApplicationPackageReference> applicationPackages)
Pool.UpdateStages.WithAttach.withCertificates(List<CertificateReference> certificates)
Pool.UpdateStages.WithAttach.withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Pool.UpdateStages.WithAttach.withDisplayName(String displayName)
Pool.UpdateStages.WithAttach.withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication)
Pool.UpdateStages.WithAttach.withMaxTasksPerNode(Integer maxTasksPerNode)
Pool.UpdateStages.WithAttach.withMetadata(List<MetadataItem> metadata)
Pool.UpdateStages.WithAttach.withMountConfiguration(List<MountConfiguration> mountConfigurations)
Pool.UpdateStages.WithAttach.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Pool.UpdateStages.WithAttach.withScaleSettings(ScaleSettings scaleSettings)
Pool.UpdateStages.WithAttach.withStartTask(StartTask startTask)
Pool.UpdateStages.WithAttach.withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)
Pool.UpdateStages.WithAttach.withTaskSlotsPerNode(Integer taskSlotsPerNode)
Pool.UpdateStages.WithAttach.withUserAccounts(List<UserAccount> userAccounts)
Pool.UpdateStages.WithAttach.withVmSize(String vmSize)
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java