Interface RegistryFileTaskRunRequest.DefinitionStages.Blank
- All Known Subinterfaces:
RegistryFileTaskRunRequest.Definition
- Enclosing interface:
- RegistryFileTaskRunRequest.DefinitionStages
public static interface RegistryFileTaskRunRequest.DefinitionStages.Blank
The first stage of a file task run request definition.
-
Method Summary
Modifier and TypeMethodDescriptionThe function that begins the definition of the file task step in the task run request.
-
Method Details
-
defineFileTaskStep
RegistryFileTaskRunRequest.DefinitionStages.FileTaskPath defineFileTaskStep()The function that begins the definition of the file task step in the task run request.- Returns:
- the next stage of the container file task run request definition.
-