WebApp.DefinitionStages.WithStartUpCommand Interface
public interface WithStartUpCommand extends WebApp.DefinitionStages.WithCreate
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 |
---|---|
Web |
withStartUpCommand(String startUpCommand)
Specifies the startup command. |
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
Method Details
withStartUpCommand
public WithCreate 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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java