IWithStartUpCommand.WithStartUpCommand(String) Método

Definição

Especifica o comando de inicialização.

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 inicialização para substituir "CMD" no Dockerfile.

Retornos

Aplica-se a