DeploymentSlotBase.Update<FluentT> |
DeploymentSlotBase.UpdateStages.WithCredentials.withCredentials(String username,
String password) |
Specifies the username and password for Docker Hub.
|
DeploymentSlotBase.Update<FluentT> |
DeploymentSlotBase.UpdateStages.WithRuntimeVersion.withLatestRuntimeVersion() |
Uses the latest runtime version for the function app.
|
DeploymentSlotBase.Update<FluentT> |
DeploymentSlotBase.UpdateStages.WithDockerContainerImage.withPublicDockerHubImage(String imageAndTag) |
Specifies the docker container image to be one from Docker Hub.
|
DeploymentSlotBase.Update<FluentT> |
DeploymentSlotBase.UpdateStages.WithRuntimeVersion.withRuntime(String runtime) |
Specifies the runtime for the function app.
|
DeploymentSlotBase.Update<FluentT> |
DeploymentSlotBase.UpdateStages.WithRuntimeVersion.withRuntimeVersion(String version) |
Specifies the runtime version for the function app.
|
DeploymentSlotBase.Update<FluentT> |
DeploymentSlotBase.UpdateStages.WithStartUpCommand.withStartUpCommand(String startUpCommand) |
Specifies the startup command.
|