FunctionApp.DefinitionStages.WithCredentials Interface
public static interface FunctionApp.DefinitionStages.WithCredentials
A function app definition allowing docker registry credentials to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withCredentials(String username, String password)
Specifies the username and password for Docker Hub. |
Method Details
withCredentials
public abstract FunctionApp.DefinitionStages.WithCreate withCredentials(String username, String password)
Specifies the username and password for Docker Hub.
Parameters:
username
- the username for Docker Hub
password
- the password for Docker Hub
Returns:
the next stage of the web app update
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java