你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Pool.Update 接口
public interface Update extends Settable<BatchAccount.Update>,Pool.UpdateStages.WithAttach
Batch 池更新作为 Batch 帐户更新的一部分的完整更新。
继承成员
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)