Uses of Interface
com.microsoft.azure.management.appservice.DeploymentSlotBase.Update
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of DeploymentSlotBase.Update in com.microsoft.azure.management.appservice
Modifier and TypeInterfaceDescriptionstatic interface
The template for a web app update operation, containing all the settings that can be modified.Modifier and TypeMethodDescriptionDeploymentSlotBase.UpdateStages.WithCredentials.withCredentials
(String username, String password) Specifies the username and password for Docker Hub.DeploymentSlotBase.UpdateStages.WithRuntimeVersion.withLatestRuntimeVersion()
Uses the latest runtime version for the function app.DeploymentSlotBase.UpdateStages.WithDockerContainerImage.withPublicDockerHubImage
(String imageAndTag) Specifies the docker container image to be one from Docker Hub.DeploymentSlotBase.UpdateStages.WithRuntimeVersion.withRuntime
(String runtime) Specifies the runtime for the function app.DeploymentSlotBase.UpdateStages.WithRuntimeVersion.withRuntimeVersion
(String version) Specifies the runtime version for the function app.