Sdílet prostřednictvím


IWithCredentials.WithCredentials(String, String) Metoda

Definice

Určuje uživatelské jméno a heslo pro Docker Hub nebo registr Dockeru.

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

Uživatelské jméno pro Docker Hub nebo registr Dockeru.

password
String

Heslo pro Docker Hub nebo registr Dockeru.

Návraty

Platí pro