Uses of Interface
com.azure.resourcemanager.appservice.models.WebApp.DefinitionStages.WithStartUpCommand
-
Packages that use WebApp.DefinitionStages.WithStartUpCommand Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of WebApp.DefinitionStages.WithStartUpCommand in com.azure.resourcemanager.appservice.models
Subinterfaces of WebApp.DefinitionStages.WithStartUpCommand in com.azure.resourcemanager.appservice.models Modifier and Type Interface Description static interfaceWebApp.DefinitionContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.appservice.models 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.WithContainerImage. withPublicDockerHubImage(String imageAndTag)Specifies the docker container image to be one from Docker Hub.
-