Sdílet prostřednictvím


IWithCredentials.WithCredentials(String, String) Metoda

Definice

Určuje uživatelské jméno a heslo pro 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

Parametry

username
String

Uživatelské jméno pro Docker Hub.

password
String

Heslo pro Docker Hub.

Návraty

Platí pro