共用方式為


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。

傳回

適用於