Udostępnij za pośrednictwem


IWithCredentials.WithCredentials(String, String) Metoda

Definicja

Określa nazwę użytkownika i hasło dla Docker Hub lub rejestru platformy 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

Parametry

username
String

Nazwa użytkownika Docker Hub lub rejestru platformy Docker.

password
String

Hasło dla Docker Hub lub rejestru platformy Docker.

Zwraca

Dotyczy