WebApp.UpdateStages.WithDockerContainerImage Interface
public interface WithDockerContainerImage
A web app update allowing docker image source to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
Web |
withBuiltInImage(RuntimeStack runtimeStack)
Specifies the docker container image to be a built in one. |
Web |
withPrivateDockerHubImage(String imageAndTag)
Specifies the docker container image to be one from Docker Hub. |
Web |
withPrivateRegistryImage(String imageAndTag, String serverUrl)
Specifies the docker container image to be one from a private registry. |
Web |
withPublicDockerHubImage(String imageAndTag)
Specifies the docker container image to be one from Docker Hub. |
Method Details
withBuiltInImage
public Update withBuiltInImage(RuntimeStack runtimeStack)
Specifies the docker container image to be a built in one.
Parameters:
Returns:
withPrivateDockerHubImage
public WithCredentials withPrivateDockerHubImage(String imageAndTag)
Specifies the docker container image to be one from Docker Hub.
Parameters:
Returns:
withPrivateRegistryImage
public WithCredentials withPrivateRegistryImage(String imageAndTag, String serverUrl)
Specifies the docker container image to be one from a private registry.
Parameters:
Returns:
withPublicDockerHubImage
public WithStartUpCommand withPublicDockerHubImage(String imageAndTag)
Specifies the docker container image to be one from Docker Hub.
Parameters:
Returns:
Applies to
Azure SDK for Java