WebApp.UpdateStages.WithCredentials Interface
public static interface WebApp.UpdateStages.WithCredentials
A web app update allowing docker hub 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 WebApp.UpdateStages.WithStartUpCommand 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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java