WebApp.UpdateStages.WithCredentials Interface
public interface WithCredentials
A web app update allowing docker hub credentials to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
Web |
withCredentials(String username, String password)
Specifies the username and password for Docker Hub. |
Method Details
withCredentials
public 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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java