Uses of Interface
com.microsoft.azure.management.appservice.WebApp.UpdateStages.WithCredentials
-
-
Uses of WebApp.UpdateStages.WithCredentials in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return WebApp.UpdateStages.WithCredentials Modifier and Type Method Description WebApp.UpdateStages.WithCredentialsWebApp.UpdateStages.WithDockerContainerImage. withPrivateDockerHubImage(String imageAndTag)Specifies the docker container image to be one from Docker Hub.WebApp.UpdateStages.WithCredentialsWebApp.UpdateStages.WithDockerContainerImage. withPrivateRegistryImage(String imageAndTag, String serverUrl)Specifies the docker container image to be one from a private registry.
-