Partager via


IWithStartUpCommand.WithStartUpCommand(String) Méthode

Définition

Spécifie la commande de démarrage.

public Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithCreate WithStartUpCommand (string startUpCommand);
abstract member WithStartUpCommand : string -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithCreate
Public Function WithStartUpCommand (startUpCommand As String) As IWithCreate

Paramètres

startUpCommand
String

Commande de démarrage pour remplacer « CMD » dans Dockerfile.

Retours

S’applique à