DeploymentSlotBase.UpdateStages.WithStartUpCommand<FluentT> Interface
Type Parameters
- FluentT
public static interface DeploymentSlotBase.UpdateStages.WithStartUpCommand
A deployment slot 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<FluentT> |
withStartUpCommand(String startUpCommand)
Specifies the startup command. |
Method Details
withStartUpCommand
public abstract DeploymentSlotBase.Update
Specifies the startup command.
Parameters:
startUpCommand
- startup command to replace "CMD" in Dockerfile
Returns:
the next stage of the web app update
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java