public static interface FunctionApp.UpdateStages.WithDockerContainerImage
| Modifier and Type | Method and Description |
|---|---|
FunctionApp.Update |
withBuiltInImage(FunctionRuntimeStack runtimeStack)
Specifies the docker container image to be a built in one.
|
FunctionApp.UpdateStages.WithCredentials |
withPrivateDockerHubImage(String imageAndTag)
Specifies the docker container image to be one from Docker Hub.
|
FunctionApp.UpdateStages.WithCredentials |
withPrivateRegistryImage(String imageAndTag,
String serverUrl)
Specifies the docker container image to be one from a private registry.
|
FunctionApp.Update |
withPublicDockerHubImage(String imageAndTag)
Specifies the docker container image to be one from Docker Hub.
|
FunctionApp.Update withBuiltInImage(FunctionRuntimeStack runtimeStack)
runtimeStack - the runtime stack installed on the imageFunctionApp.Update withPublicDockerHubImage(String imageAndTag)
imageAndTag - image and optional tag (eg 'image:tag')FunctionApp.UpdateStages.WithCredentials withPrivateDockerHubImage(String imageAndTag)
imageAndTag - image and optional tag (eg 'image:tag')FunctionApp.UpdateStages.WithCredentials withPrivateRegistryImage(String imageAndTag, String serverUrl)
imageAndTag - image and optional tag (eg 'image:tag')serverUrl - the URL to the private registry server/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/