IWithDockerContainerImage.WithPrivateRegistryImage(String, String) Method
Definition
Specifies the docker container image to be one from a private registry.
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
Parameters
- imageAndTag
- String
Image and optional tag (eg 'image:tag').
- serverUrl
- String
The URL to the private registry server.