Uses of Interface
com.azure.resourcemanager.appservice.models.WebApp.DefinitionStages.WithCredentials
-
Packages that use WebApp.DefinitionStages.WithCredentials Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of WebApp.DefinitionStages.WithCredentials in com.azure.resourcemanager.appservice.models
Subinterfaces of WebApp.DefinitionStages.WithCredentials 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.WithCredentials Modifier and Type Method Description WebApp.DefinitionStages.WithCredentialsWebApp.DefinitionStages.WithContainerImage. withPrivateDockerHubImage(String imageAndTag)Specifies the docker container image to be one from Docker Hub.WebApp.DefinitionStages.WithCredentialsWebApp.DefinitionStages.WithContainerImage. withPrivateRegistryImage(String imageAndTag, String serverUrl)Specifies the docker container image to be one from a private registry.
-