IFileTaskPath.WithTaskPath(String) Method

Definition

The function that specifies the path to the task file.

public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryFileTaskRunRequest.Definition.IFileTaskRunRequestStepAttachable WithTaskPath (string taskPath);
abstract member WithTaskPath : string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryFileTaskRunRequest.Definition.IFileTaskRunRequestStepAttachable
Public Function WithTaskPath (taskPath As String) As IFileTaskRunRequestStepAttachable

Parameters

taskPath
String

The path to the task file.

Returns

Applies to