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