다음을 통해 공유


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 레지스트리의 암호입니다.

반환

적용 대상