public static interface WebApp.DefinitionStages.WithContainerImage
| Modifier and Type | Method and Description |
|---|---|
WebApp.DefinitionStages.WithCredentials |
withPrivateDockerHubImage(String imageAndTag)
Specifies the docker container image to be one from Docker Hub.
|
WebApp.DefinitionStages.WithCredentials |
withPrivateRegistryImage(String imageAndTag,
String serverUrl)
Specifies the docker container image to be one from a private registry.
|
WebApp.DefinitionStages.WithStartUpCommand |
withPublicDockerHubImage(String imageAndTag)
Specifies the docker container image to be one from Docker Hub.
|
WebApp.DefinitionStages.WithStartUpCommand withPublicDockerHubImage(String imageAndTag)
imageAndTag - image and optional tag (eg 'image:tag')WebApp.DefinitionStages.WithCredentials withPrivateDockerHubImage(String imageAndTag)
imageAndTag - image and optional tag (eg 'image:tag')WebApp.DefinitionStages.WithCredentials withPrivateRegistryImage(String imageAndTag, String serverUrl)
imageAndTag - image and optional tag (eg 'image:tag')serverUrl - the URL to the private registry serverVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.