다음을 통해 공유


IWithContainerImage.WithPrivateRegistryImage(String, String) 메서드

정의

프라이빗 레지스트리에서 하나일 Docker 컨테이너 이미지를 지정합니다.

public Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithCredentials WithPrivateRegistryImage (string imageAndTag, string serverUrl);
abstract member WithPrivateRegistryImage : string * string -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithCredentials
Public Function WithPrivateRegistryImage (imageAndTag As String, serverUrl As String) As IWithCredentials

매개 변수

imageAndTag
String

이미지 및 선택적 태그(예: 'image:tag').

serverUrl
String

프라이빗 레지스트리 서버의 URL입니다.

반환

적용 대상