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 HubCopyright © 2021 Microsoft Corporation. All rights reserved.