FunctionApp.UpdateStages.WithCredentials Interface
public static interface FunctionApp.UpdateStages.WithCredentials
A function app update allowing docker hub credentials to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withCredentials(String username, String password)
Specifies the username and password for Docker Hub. |
Method Details
withCredentials
public abstract FunctionApp.Update 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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java