Pool.Update Interface
public interface Update extends Settable<BatchAccount.Update>,Pool.UpdateStages.WithAttach
The entirety of a Batch pool update as a part of a Batch account update.
Inherited Members
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)
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.