你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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。

返回

适用于