public static interface FunctionApp.DefinitionStages.WithCredentials
| Modifier and Type | Method and Description |
|---|---|
FunctionApp.DefinitionStages.WithCreate |
withCredentials(String username,
String password)
Specifies the username and password for Docker Hub.
|
FunctionApp.DefinitionStages.WithCreate withCredentials(String username, String password)
username - the username for Docker Hubpassword - the password for Docker HubCopyright © 2021 Microsoft Corporation. All rights reserved.