public static interface FunctionApp.UpdateStages.WithCredentials
| Modifier and Type | Method and Description |
|---|---|
FunctionApp.Update |
withCredentials(String username,
String password)
Specifies the username and password for Docker Hub.
|
FunctionApp.Update withCredentials(String username, String password)
username - the username for Docker Hubpassword - the password for Docker Hub/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/