次の方法で共有


BatchVmContainerConfiguration.ContainerImageNames プロパティ

定義

これは、"docker pull" に指定される完全なイメージ参照です。 イメージが代替レジストリで完全修飾されていない限り、イメージは既定の Docker レジストリからソース化されます。

public System.Collections.Generic.IList<string> ContainerImageNames { get; }
member this.ContainerImageNames : System.Collections.Generic.IList<string>
Public ReadOnly Property ContainerImageNames As IList(Of String)

プロパティ値

適用対象