Condividi tramite


IWithDockerContainerImage.WithPrivateRegistryImage(String, String) Metodo

Definizione

Specifica l'immagine del contenitore Docker da usare da un registro privato.

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

Parametri

imageAndTag
String

Immagine e tag facoltativo ,ad esempio 'image:tag'.

serverUrl
String

URL del server del Registro di sistema privato.

Restituisce

Si applica a