Interface NodeSetupTask.Definition<ParentT>
- Type Parameters:
ParentT
- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>
,NodeSetupTask.DefinitionStages.Blank<ParentT>
,NodeSetupTask.DefinitionStages.WithAttach<ParentT>
,NodeSetupTask.DefinitionStages.WithCommandLine<ParentT>
,NodeSetupTask.DefinitionStages.WithEnvironmentVariable<ParentT>
,NodeSetupTask.DefinitionStages.WithEnvironmentVariableSecretValue<ParentT>
,NodeSetupTask.DefinitionStages.WithStdOutErrPath<ParentT>
- Enclosing interface:
- NodeSetupTask
public static interface NodeSetupTask.Definition<ParentT>
extends NodeSetupTask.DefinitionStages.Blank<ParentT>, NodeSetupTask.DefinitionStages.WithStdOutErrPath<ParentT>, NodeSetupTask.DefinitionStages.WithEnvironmentVariable<ParentT>, NodeSetupTask.DefinitionStages.WithAttach<ParentT>
The entirety of a setup task definition.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition
attach
Methods inherited from interface com.microsoft.azure.management.batchai.NodeSetupTask.DefinitionStages.WithCommandLine
withCommandLine
Methods inherited from interface com.microsoft.azure.management.batchai.NodeSetupTask.DefinitionStages.WithEnvironmentVariable
withEnvironmentVariable
Methods inherited from interface com.microsoft.azure.management.batchai.NodeSetupTask.DefinitionStages.WithEnvironmentVariableSecretValue
withEnvironmentVariableSecretValue, withEnvironmentVariableSecretValue
Methods inherited from interface com.microsoft.azure.management.batchai.NodeSetupTask.DefinitionStages.WithStdOutErrPath
withStdOutErrPath