Share via


RegistryDockerTaskRunRequest.DefinitionStages.DockerFilePath Interface

public static interface RegistryDockerTaskRunRequest.DefinitionStages.DockerFilePath

The stage of the container Docker task run request definition that specifies the path to the Docker file.

Method Summary

Modifier and Type Method and Description
abstract DockerTaskRunRequestStepAttachable withDockerFilePath(String path)

The function that specifies the path to the Docker file.

Method Details

withDockerFilePath

public abstract RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable withDockerFilePath(String path)

The function that specifies the path to the Docker file.

Parameters:

path - the path to the Docker file.

Returns:

the next stage of the container Docker task run request definition.

Applies to