public static interface WebApp.UpdateStages.WithCredentials
| Modifier and Type | Method and Description |
|---|---|
WebApp.UpdateStages.WithStartUpCommand |
withCredentials(String username,
String password)
Specifies the username and password for Docker Hub.
|
WebApp.UpdateStages.WithStartUpCommand withCredentials(String username, String password)
username - the username for Docker Hubpassword - the password for Docker HubVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.