public static interface WebApp.DefinitionStages.WithDockerContainerImage
Modifier and Type | Method and Description |
---|---|
WebApp.DefinitionStages.WithCreate |
withBuiltInImage(RuntimeStack runtimeStack)
Specifies the docker container image to be a built in one.
|
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.WithCreate withBuiltInImage(RuntimeStack runtimeStack)
runtimeStack
- the runtime stack installed on the imageWebApp.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 serverCopyright © 2019. All rights reserved.