public static interface DeploymentSlotBase.UpdateStages.WithDockerContainerImage<FluentT>
| Modifier and Type | Method and Description |
|---|---|
DeploymentSlotBase.UpdateStages.WithCredentials<FluentT> |
withPrivateDockerHubImage(String imageAndTag)
Specifies the docker container image to be one from Docker Hub.
|
DeploymentSlotBase.UpdateStages.WithCredentials<FluentT> |
withPrivateRegistryImage(String imageAndTag,
String serverUrl)
Specifies the docker container image to be one from a private registry.
|
DeploymentSlotBase.Update<FluentT> |
withPublicDockerHubImage(String imageAndTag)
Specifies the docker container image to be one from Docker Hub.
|
DeploymentSlotBase.Update<FluentT> withPublicDockerHubImage(String imageAndTag)
imageAndTag - image and optional tag (eg 'image:tag')DeploymentSlotBase.UpdateStages.WithCredentials<FluentT> withPrivateDockerHubImage(String imageAndTag)
imageAndTag - image and optional tag (eg 'image:tag')DeploymentSlotBase.UpdateStages.WithCredentials<FluentT> 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.