Pool.UpdateDefinition<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent Batch account update to return to after attaching this definition
public interface UpdateDefinition extends Pool.UpdateDefinitionStages.Blank,Pool.UpdateDefinitionStages.WithAttach
The entirety of a Batch pool definition as a part of parent update.
Inherited Members
Attachable.InUpdate<ParentT>.attach()
Pool.UpdateDefinitionStages.WithAttach<ParentT>.withApplicationLicenses(List<String> applicationLicenses)
Pool.UpdateDefinitionStages.WithAttach<ParentT>.withApplicationPackages(List<ApplicationPackageReference> applicationPackages)
Pool.UpdateDefinitionStages.WithAttach<ParentT>.withCertificates(List<CertificateReference> certificates)
Pool.UpdateDefinitionStages.WithAttach<ParentT>.withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Pool.UpdateDefinitionStages.WithAttach<ParentT>.withDisplayName(String displayName)
Pool.UpdateDefinitionStages.WithAttach<ParentT>.withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication)
Pool.UpdateDefinitionStages.WithAttach<ParentT>.withMaxTasksPerNode(Integer maxTasksPerNode)
Pool.UpdateDefinitionStages.WithAttach<ParentT>.withMetadata(List<MetadataItem> metadata)
Pool.UpdateDefinitionStages.WithAttach<ParentT>.withMountConfiguration(List<MountConfiguration> mountConfigurations)
Pool.UpdateDefinitionStages.WithAttach<ParentT>.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Pool.UpdateDefinitionStages.WithAttach<ParentT>.withScaleSettings(ScaleSettings scaleSettings)
Pool.UpdateDefinitionStages.WithAttach<ParentT>.withStartTask(StartTask startTask)
Pool.UpdateDefinitionStages.WithAttach<ParentT>.withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)
Pool.UpdateDefinitionStages.WithAttach<ParentT>.withTaskSlotsPerNode(Integer taskSlotsPerNode)
Pool.UpdateDefinitionStages.WithAttach<ParentT>.withUserAccounts(List<UserAccount> userAccounts)
Pool.UpdateDefinitionStages.WithAttach<ParentT>.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.