| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebApp.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
WebApp.DefinitionStages.WithStartUpCommand |
WebApp.DefinitionStages.WithCredentials.withCredentials(String username,
String password)
Specifies the username and password for Docker Hub or the docker registry.
|
WebApp.DefinitionStages.WithStartUpCommand |
WebApp.DefinitionStages.WithDockerContainerImage.withPublicDockerHubImage(String imageAndTag)
Specifies the docker container image to be one from Docker Hub.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/