다음을 통해 공유


ContainerSettings.ImageSourceRegistry 속성

정의

이미지 원본 레지스트리를 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="imageSourceRegistry")]
public Microsoft.Azure.Management.BatchAI.Models.ImageSourceRegistry ImageSourceRegistry { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="imageSourceRegistry")>]
member this.ImageSourceRegistry : Microsoft.Azure.Management.BatchAI.Models.ImageSourceRegistry with get, set
Public Property ImageSourceRegistry As ImageSourceRegistry

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

컨테이너를 다운로드할 docker 이미지 및 docker 레지스트리에 대한 정보입니다.

적용 대상