| Modifier and Type | Interface and Description |
|---|---|
static interface |
DeploymentSlot.Update
The template for a web app update operation, containing all the settings that can be modified.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/