Share via


IWithStartUpCommand.WithStartUpCommand(String) Method

Definition

Specifies the startup command.

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

Parameters

startUpCommand
String

Startup command to replace "CMD" in Dockerfile.

Returns

Applies to