public static interface DeploymentSlotBase.UpdateStages.WithCredentials<FluentT>
| Modifier and Type | Method and Description |
|---|---|
DeploymentSlotBase.Update<FluentT> |
withCredentials(String username,
String password)
Specifies the username and password for Docker Hub.
|
DeploymentSlotBase.Update<FluentT> 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.