Compartir a través de


IWithCredentials.WithCredentials(String, String) Método

Definición

Especifica el nombre de usuario y la contraseña de Docker Hub o el registro de 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

Parámetros

username
String

Nombre de usuario para Docker Hub o el registro de Docker.

password
String

Contraseña de Docker Hub o el registro de Docker.

Devoluciones

Se aplica a