Share via


RegistryFileTaskRunRequest.DefinitionStages.Blank Interface

public static interface RegistryFileTaskRunRequest.DefinitionStages.Blank

The first stage of a file task run request definition.

Method Summary

Modifier and Type Method and Description
abstract FileTaskPath defineFileTaskStep()

The function that begins the definition of the file task step in the task run request.

Method Details

defineFileTaskStep

public abstract 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.

Applies to