Compartir a través de


IWithStartUpCommand.WithStartUpCommand(String) Método

Definición

Especifica el comando de inicio.

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

Parámetros

startUpCommand
String

Comando de inicio para reemplazar "CMD" en Dockerfile.

Devoluciones

Se aplica a