共用方式為


IWithCredentials.WithCredentials(String, String) 方法

定義

指定Docker Hub或 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

參數

username
String

Docker Hub或 docker 登錄的使用者名稱。

password
String

Docker Hub或 docker 登錄的密碼。

傳回

適用於