IDockerFilePath.WithDockerFilePath(String) Method

Definition

The function that specifies the path to the Docker file.

public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryDockerTaskStep.Update.IUpdate WithDockerFilePath (string path);
abstract member WithDockerFilePath : string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryDockerTaskStep.Update.IUpdate
Public Function WithDockerFilePath (path As String) As IUpdate

Parameters

path
String

The path to the Docker file.

Returns

Applies to