次の方法で共有


IDockerFilePath.WithDockerFilePath(String) メソッド

定義

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

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

パラメーター

path
String

Docker ファイルへのパス。

戻り値

適用対象