IWithStartUpCommand.WithStartUpCommand(String) 메서드

정의

시작 명령을 지정합니다.

public Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithCreate WithStartUpCommand (string startUpCommand);
abstract member WithStartUpCommand : string -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithCreate
Public Function WithStartUpCommand (startUpCommand As String) As IWithCreate

매개 변수

startUpCommand
String

Dockerfile에서 "CMD"를 바꾸는 시작 명령입니다.

반환

적용 대상