Uses of Interface
com.microsoft.azure.management.appservice.WebApp.UpdateStages.WithStartUpCommand
-
-
Uses of WebApp.UpdateStages.WithStartUpCommand in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return WebApp.UpdateStages.WithStartUpCommand Modifier and Type Method Description WebApp.UpdateStages.WithStartUpCommandWebApp.UpdateStages.WithCredentials. withCredentials(String username, String password)Specifies the username and password for Docker Hub.WebApp.UpdateStages.WithStartUpCommandWebApp.UpdateStages.WithDockerContainerImage. withPublicDockerHubImage(String imageAndTag)Specifies the docker container image to be one from Docker Hub.
-