次の方法で共有


IDockerFilePath.WithDockerFilePath(String) メソッド

定義

Docker ファイルへのパスを指定する 関数。

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

パラメーター

path
String

Docker ファイルへのパス。

戻り値

適用対象