IWithDockerContainerImage.WithPrivateRegistryImage(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定要從私人登錄成為其中一個的 Docker 容器映射。
public Microsoft.Azure.Management.AppService.Fluent.WebApp.Update.IWithCredentials WithPrivateRegistryImage (string imageAndTag, string serverUrl);
abstract member WithPrivateRegistryImage : string * string -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Update.IWithCredentials
Public Function WithPrivateRegistryImage (imageAndTag As String, serverUrl As String) As IWithCredentials
參數
- imageAndTag
- String
影像和選擇性標記 (例如 'image:tag') 。
- serverUrl
- String
私人登錄伺服器的 URL。