IWithCredentials.WithCredentials(String, String) Method

Definition

Specifies the username and password for Docker Hub or the docker registry.

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

Parameters

username
String

The username for Docker Hub or the docker registry.

password
String

The password for Docker Hub or the docker registry.

Returns

Applies to