IWithStartUpCommand.WithStartUpCommand(String) メソッド

定義

スタートアップ コマンドを指定します。

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

パラメーター

startUpCommand
String

Dockerfile の "CMD" を置き換えるスタートアップ コマンド。

戻り値

適用対象