次の方法で共有


IWithStartingCommandLineBeta<ParentT>.WithStartingCommandLine メソッド

定義

開始コマンド ラインを指定します。

public Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithContainerInstanceAttach<ParentT> WithStartingCommandLine (string executable, params string[] parameters);
abstract member WithStartingCommandLine : string * string[] -> Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithContainerInstanceAttach<'ParentT>
Public Function WithStartingCommandLine (executable As String, ParamArray parameters As String()) As IWithContainerInstanceAttach(Of ParentT)

パラメーター

executable
String

コンテナーの初期化後に呼び出す実行可能ファイル。

parameters
String[]

呼び出される実行可能ファイルのパラメーター リスト。

戻り値

適用対象