Pool.DefinitionStages.Blank<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent Batch account definition to return to after attaching this definition
public interface Blank extends Pool.DefinitionStages.WithAttach
The first stage of a batch pool definition.
Inherited Members
Attachable.InDefinition<ParentT>.attach()
Pool.DefinitionStages.WithAttach<ParentT>.withApplicationLicenses(List<String> applicationLicenses)
Pool.DefinitionStages.WithAttach<ParentT>.withApplicationPackages(List<ApplicationPackageReference> applicationPackages)
Pool.DefinitionStages.WithAttach<ParentT>.withCertificates(List<CertificateReference> certificates)
Pool.DefinitionStages.WithAttach<ParentT>.withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Pool.DefinitionStages.WithAttach<ParentT>.withDisplayName(String displayName)
Pool.DefinitionStages.WithAttach<ParentT>.withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication)
Pool.DefinitionStages.WithAttach<ParentT>.withMaxTasksPerNode(Integer maxTasksPerNode)
Pool.DefinitionStages.WithAttach<ParentT>.withMetadata(List<MetadataItem> metadata)
Pool.DefinitionStages.WithAttach<ParentT>.withMountConfiguration(List<MountConfiguration> mountConfigurations)
Pool.DefinitionStages.WithAttach<ParentT>.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Pool.DefinitionStages.WithAttach<ParentT>.withScaleSettings(ScaleSettings scaleSettings)
Pool.DefinitionStages.WithAttach<ParentT>.withStartTask(StartTask startTask)
Pool.DefinitionStages.WithAttach<ParentT>.withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)
Pool.DefinitionStages.WithAttach<ParentT>.withTaskSlotsPerNode(Integer taskSlotsPerNode)
Pool.DefinitionStages.WithAttach<ParentT>.withUserAccounts(List<UserAccount> userAccounts)
Pool.DefinitionStages.WithAttach<ParentT>.withVmSize(String vmSize)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java