Uses of Interface
com.azure.resourcemanager.appservice.models.DeploymentSlotBase.UpdateStages.WithCredentials
-
Packages that use DeploymentSlotBase.UpdateStages.WithCredentials Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of DeploymentSlotBase.UpdateStages.WithCredentials in com.azure.resourcemanager.appservice.models
Subinterfaces of DeploymentSlotBase.UpdateStages.WithCredentials in com.azure.resourcemanager.appservice.models Modifier and Type Interface Description static interfaceDeploymentSlotBase.Update<FluentT>The template for a web app update operation, containing all the settings that can be modified.Methods in com.azure.resourcemanager.appservice.models that return DeploymentSlotBase.UpdateStages.WithCredentials Modifier and Type Method Description DeploymentSlotBase.UpdateStages.WithCredentials<FluentT>DeploymentSlotBase.UpdateStages.WithDockerContainerImage. withPrivateDockerHubImage(String imageAndTag)Specifies the docker container image to be one from Docker Hub.DeploymentSlotBase.UpdateStages.WithCredentials<FluentT>DeploymentSlotBase.UpdateStages.WithDockerContainerImage. withPrivateRegistryImage(String imageAndTag, String serverUrl)Specifies the docker container image to be one from a private registry.
-