Uses of Interface
com.azure.resourcemanager.appservice.models.WebApp.DefinitionStages.WithStartUpCommand
Packages that use WebApp.DefinitionStages.WithStartUpCommand
Package
Description
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.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.appservice.models that return WebApp.DefinitionStages.WithStartUpCommandModifier and TypeMethodDescriptionWebApp.DefinitionStages.WithCredentials.withCredentials(String username, String password) Specifies the username and password for Docker Hub or the docker registry.WebApp.DefinitionStages.WithContainerImage.withPublicDockerHubImage(String imageAndTag) Specifies the docker container image to be one from Docker Hub.