WebApp.UpdateStages.WithStartUpCommand Interface

public interface WithStartUpCommand extends WebApp.Update

A web app definition allowing docker startup command to be specified. This will replace the "CMD" section in the Dockerfile.

Method Summary

Modifier and Type Method and Description
WebApp.Update withStartUpCommand(String startUpCommand)

Specifies the startup command.

Inherited Members

Method Details

withStartUpCommand

public Update withStartUpCommand(String startUpCommand)

Specifies the startup command.

Parameters:

startUpCommand - startup command to replace "CMD" in Dockerfile

Returns:

the next stage of the definition

Applies to