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