Udostępnij za pośrednictwem


IWithDockerContainerImage.WithPrivateRegistryImage(String, String) Metoda

Definicja

Określa obraz kontenera platformy Docker, który ma być jednym z rejestru prywatnego.

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

Parametry

imageAndTag
String

Obraz i opcjonalny tag (np. "image:tag").

serverUrl
String

Adres URL prywatnego serwera rejestru.

Zwraca

Dotyczy