次の方法で共有


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 レジストリのパスワード。

戻り値

適用対象