IWithCredentials.WithCredentials(String, String) Method

Definition

Specifies the username and password for 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

Parameters

username
String

The username for Docker Hub.

password
String

The password for Docker Hub.

Returns

Applies to