次の方法で共有


IImageNames.WithImageNames(IList<String>) メソッド

定義

イメージ名を指定する 関数。

public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryDockerTaskStep.Update.IUpdate WithImageNames (System.Collections.Generic.IList<string> imageNames);
abstract member WithImageNames : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryDockerTaskStep.Update.IUpdate
Public Function WithImageNames (imageNames As IList(Of String)) As IUpdate

パラメーター

imageNames
IList<String>

イメージの名前の一覧。

戻り値

適用対象