Interface DeploymentSlotBase.UpdateStages.WithStartUpCommand<FluentT>
-
- All Known Subinterfaces:
DeploymentSlotBase.Update<FluentT>
- Enclosing interface:
- DeploymentSlotBase.UpdateStages
public static interface DeploymentSlotBase.UpdateStages.WithStartUpCommand<FluentT>A deployment slot update allowing docker startup command to be specified. This will replace the "CMD" section in the Dockerfile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentSlotBase.Update<FluentT>withStartUpCommand(String startUpCommand)Specifies the startup command.
-
-
-
Method Detail
-
withStartUpCommand
DeploymentSlotBase.Update<FluentT> 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
-
-