IWithCredentials.WithCredentials(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定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 登錄的密碼。