Condividi tramite


IWithCredentials.WithCredentials(String, String) Metodo

Definizione

Specifica il nome utente e la password per Docker Hub o il registro 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

Parametri

username
String

Nome utente per Docker Hub o registro docker.

password
String

Password per Docker Hub o registro docker.

Restituisce

Si applica a