ContainerConfiguration.ContainerRegistries プロパティ

定義

コンテナーをプルできる追加のプライベート レジストリを取得または設定します。

public System.Collections.Generic.IList<Microsoft.Azure.Batch.ContainerRegistry> ContainerRegistries { get; set; }
member this.ContainerRegistries : System.Collections.Generic.IList<Microsoft.Azure.Batch.ContainerRegistry> with get, set
Public Property ContainerRegistries As IList(Of ContainerRegistry)

プロパティ値

注釈

資格情報を必要とするプライベート レジストリからイメージをダウンロードする必要がある場合は、それらの資格情報をここで指定する必要があります。

適用対象