Partager via


IWithCredentials.WithCredentials(String, String) Méthode

Définition

Spécifie le nom d’utilisateur et le mot de passe pour Docker Hub.

public Microsoft.Azure.Management.AppService.Fluent.WebApp.Update.IWithStartUpCommand WithCredentials (string username, string password);
abstract member WithCredentials : string * string -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Update.IWithStartUpCommand
Public Function WithCredentials (username As String, password As String) As IWithStartUpCommand

Paramètres

username
String

Nom d’utilisateur de Docker Hub.

password
String

Mot de passe pour Docker Hub.

Retours

S’applique à