public static interface DeploymentSlotBase.UpdateStages.WithStartUpCommand<FluentT>
| Modifier and Type | Method and Description |
|---|---|
DeploymentSlotBase.Update<FluentT> |
withStartUpCommand(String startUpCommand)
Specifies the startup command.
|
DeploymentSlotBase.Update<FluentT> withStartUpCommand(String startUpCommand)
startUpCommand - startup command to replace "CMD" in DockerfileVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.