IWithStartUpCommand.WithStartUpCommand(String) Method

Definition

Specifies the startup command.

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

Parameters

startUpCommand
String

Startup command to replace "CMD" in Dockerfile.

Returns

Applies to