| Modifier and Type | Interface and Description |
|---|---|
static interface |
FunctionApp.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionApp.DefinitionStages.WithCredentials |
FunctionApp.DefinitionStages.WithDockerContainerImage.withPrivateDockerHubImage(String imageAndTag)
Specifies the docker container image to be one from Docker Hub.
|
FunctionApp.DefinitionStages.WithCredentials |
FunctionApp.DefinitionStages.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.
*/