| 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.
|
static interface |
DeploymentSlotBase.Update<FluentT> |
| Modifier and Type | Method and 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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/