Partager via


IWithCredentials.WithCredentials(String, String) Méthode

Définition

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

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

Paramètres

username
String

Nom d’utilisateur pour Docker Hub ou le registre Docker.

password
String

Mot de passe pour Docker Hub ou le registre Docker.

Retours

S’applique à