IWithDockerContainerImage.WithPrivateDockerHubImage(String) Method
Definition
Specifies the docker container image to be one from Docker Hub.
public Microsoft.Azure.Management.AppService.Fluent.WebApp.Update.IWithCredentials WithPrivateDockerHubImage (string imageAndTag);
abstract member WithPrivateDockerHubImage : string -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Update.IWithCredentials
Public Function WithPrivateDockerHubImage (imageAndTag As String) As IWithCredentials
Parameters
- imageAndTag
- String
Image and optional tag (eg 'image:tag').