DeploymentSlotBase.UpdateStages.WithCredentials<FluentT> Interface
Type Parameters
- FluentT
public static interface DeploymentSlotBase.UpdateStages.WithCredentials
A deployment slot update allowing docker hub credentials to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update<FluentT> |
withCredentials(String username, String password)
Specifies the username and password for Docker Hub. |
Method Details
withCredentials
public abstract DeploymentSlotBase.Update
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java