次の方法で共有


IWithCredentials.WithCredentials(String, String) メソッド

定義

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

パラメーター

username
String

Docker Hubのユーザー名。

password
String

Docker Hubのパスワード。

戻り値

適用対象