WebApp.UpdateStages.WithStartUpCommand Interface
Implements
public static interface WebApp.UpdateStages.WithStartUpCommand
extends Update
A web app update allowing docker startup command to be specified. This will replace the "CMD" section in the Dockerfile.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withStartUpCommand(String startUpCommand)
Specifies the startup command. |
Method Details
withStartUpCommand
public abstract WebApp.Update withStartUpCommand(String startUpCommand)
Specifies the startup command.
Parameters:
startUpCommand
- startup command to replace "CMD" in Dockerfile
Returns:
the next stage of the web app update
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java