Uses of Interface
com.microsoft.azure.management.appservice.WebApp.DefinitionStages.WithStartUpCommand
-
-
Uses of WebApp.DefinitionStages.WithStartUpCommand in com.microsoft.azure.management.appservice
Subinterfaces of WebApp.DefinitionStages.WithStartUpCommand in com.microsoft.azure.management.appservice Modifier and Type Interface Description static interfaceWebApp.DefinitionContainer interface for all the definitions that need to be implemented.Methods in com.microsoft.azure.management.appservice that return WebApp.DefinitionStages.WithStartUpCommand Modifier and Type Method Description WebApp.DefinitionStages.WithStartUpCommandWebApp.DefinitionStages.WithCredentials. withCredentials(String username, String password)Specifies the username and password for Docker Hub or the docker registry.WebApp.DefinitionStages.WithStartUpCommandWebApp.DefinitionStages.WithDockerContainerImage. withPublicDockerHubImage(String imageAndTag)Specifies the docker container image to be one from Docker Hub.
-