Pool.Update Interface
public interface Update extends Settable<BatchAccount.Update>,Pool.UpdateStages.WithAttach
A totalidade de uma atualização do pool do Lote como parte de uma atualização de conta do Lote.
Membros herdados
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)
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java