WebApp.DefinitionStages.WithCredentials Interface
public interface WithCredentials
A web app definition allowing docker registry 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 or the docker registry. |
Method Details
withCredentials
public WithStartUpCommand withCredentials(String username, String password)
Specifies the username and password for Docker Hub or the docker registry.
Parameters:
username
- the username for Docker Hub or the docker registry
password
- the password for Docker Hub or the docker registry
Returns:
the next stage of the definition
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java