Condividi tramite


IWithContainerImage.WithPrivateRegistryImage(String, String) Metodo

Definizione

Specifica l'immagine del contenitore docker da un registro privato.

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

Parametri

imageAndTag
String

Tag immagine e facoltativo (ad esempio 'image:tag').

serverUrl
String

URL del server del Registro di sistema privato.

Restituisce

Si applica a