Uses of Interface
com.microsoft.azure.management.appservice.WebApp.DefinitionStages.WithCredentials
-
-
Uses of WebApp.DefinitionStages.WithCredentials in com.microsoft.azure.management.appservice
Subinterfaces of WebApp.DefinitionStages.WithCredentials 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.WithCredentials Modifier and Type Method Description WebApp.DefinitionStages.WithCredentialsWebApp.DefinitionStages.WithDockerContainerImage. withPrivateDockerHubImage(String imageAndTag)Specifies the docker container image to be one from Docker Hub.WebApp.DefinitionStages.WithCredentialsWebApp.DefinitionStages.WithDockerContainerImage. withPrivateRegistryImage(String imageAndTag, String serverUrl)Specifies the docker container image to be one from a private registry.
-