public static interface WebApp.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebApp.UpdateStages.WithAppServicePlan
A web app update allowing app service plan to be set.
|
static interface |
WebApp.UpdateStages.WithCredentials
A web app update allowing docker hub credentials to be set.
|
static interface |
WebApp.UpdateStages.WithDockerContainerImage
A web app update allowing docker image source to be specified.
|
static interface |
WebApp.UpdateStages.WithStartUpCommand
A web app definition allowing docker startup command to be specified.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/