다음을 통해 공유


ContainerConfiguration.ContainerRegistries 속성

정의

컨테이너를 끌어올 수 있는 추가 프라이빗 레지스트리를 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="containerRegistries")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.ContainerRegistry> ContainerRegistries { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="containerRegistries")>]
member this.ContainerRegistries : System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.ContainerRegistry> with get, set
Public Property ContainerRegistries As IList(Of ContainerRegistry)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

자격 증명이 필요한 프라이빗 레지스트리에서 이미지를 다운로드해야 하는 경우 여기에서 해당 자격 증명을 제공해야 합니다.

적용 대상